diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,7 +10,6 @@ int main(int argc, char **argv) { gtk_init(&argc, &argv); - parse_options(argc, argv); // load the specified image @@ -20,7 +19,6 @@ int main(int argc, char **argv) // scan other supported image file in the same dir scan(options->file_name); - create_main_window(); gtk_main(); |