Use util_clip_triangle() in pan_item_tri_new()
[geeqie.git] / src / format_fuji.h
diff --git a/src/format_fuji.h b/src/format_fuji.h
deleted file mode 100644 (file)
index c643f3e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- *  GQView
- *  (C) 2005 John Ellis
- *
- *  Authors:
- *    Original version 2005 Lars Ellenberg, base on dcraw by David coffin.
- *
- * 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_FUJI_H
-#define __FORMAT_FUJI_H
-
-
-#include "exif.h"
-
-
-gint format_fuji_raw(const void *data, const guint len,
-                    guint *image_offset, guint *exif_offset);
-
-
-#define FORMAT_RAW_FUJI { "FUJIFILM", 8, "Fuji raw format", format_fuji_raw }
-
-
-gint format_fuji_makernote(ExifData *exif, unsigned char *tiff, guint offset,
-                          guint size, ExifByteOrder byte_order);
-
-#define FORMAT_EXIF_FUJI { FORMAT_EXIF_MATCH_MAKERNOTE, "FUJIFILM", 8, "Fujifilm", format_fuji_makernote }
-
-
-
-#endif
-