diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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, |