aboutsummaryrefslogtreecommitdiff
path: root/image.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-09-08 01:28:21 +0530
committerDandelion <nirav@teisuu.com>2018-09-08 01:30:09 +0530
commit661756c9237a26562cae102f53b12aa0b403fde1 (patch)
treee674391fb8aa39efef9822ddaa94653c4abf9b9f /image.h
parentb4a6aa115dfd2bbef29af2439661999f8b827fba (diff)
downloadim-661756c9237a26562cae102f53b12aa0b403fde1.tar.gz
im-661756c9237a26562cae102f53b12aa0b403fde1.zip
Added dynamic file type checking
Diffstat (limited to 'image.h')
-rw-r--r--image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/image.h b/image.h
index e58afd7..dfbd9ff 100644
--- a/image.h
+++ b/image.h
@@ -21,6 +21,5 @@ GtkWidget *new_image();
int load_image(char *file_name);
void fit_image();
void zoom(int type);
-void print_supported_formats();
#endif