Use util_clip_triangle() in pan_item_tri_new()
[geeqie.git] / src / format_nikon.h
diff --git a/src/format_nikon.h b/src/format_nikon.h
deleted file mode 100644 (file)
index 1988750..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- *  GQView
- *  (C) 2005 John Ellis
- *
- * This software is released under the GNU General Public License (GNU GPL).
- * Please read the included file COPYING for more information.
- * This software comes with no warranty of any kind, use at your own risk!
- */
-
-#ifndef __FORMAT_NIKON_H
-#define __FORMAT_NIKON_H
-
-
-#include "exif.h"
-
-
-gint format_nikon_makernote(ExifData *exif, unsigned char *tiff, guint offset,
-                           guint size, ExifByteOrder byte_order);
-
-#define FORMAT_EXIF_NIKON { FORMAT_EXIF_MATCH_MAKERNOTE, "Nikon\x00", 6, format_nikon_makernote }, \
-                         { FORMAT_EXIF_MATCH_MAKE,      "NIKON",     5, format_nikon_makernote }
-
-
-#endif
-