aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index add73f7..a1b79f3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -171,12 +171,6 @@ int main(int argc, char *argv[])
}
}
- char default_input[] = "/dev/stdin";
- char default_output[] = "/dev/stdout";
-
- if (!in_file) in_file = default_input;
- if (!in_file) in_file = default_output;
-
float edge[9] = {
-1, -1, -1,
-1, 8, -1,
Feel free to download, copy and edit any repo