Author: abrander
Date: 2010-05-27 18:05:44 +0200 (Thu, 27 May 2010)
New Revision: 3383

Modified:
   trunk/src/application.h
Log:
Removed unused RS_FILETYPE.

Modified: trunk/src/application.h
===================================================================
--- trunk/src/application.h     2010-05-27 12:58:08 UTC (rev 3382)
+++ trunk/src/application.h     2010-05-27 16:05:44 UTC (rev 3383)
@@ -88,15 +88,6 @@
        FILETYPE_TIFF16,
 };
 
-typedef struct _rs_filetype {
-       gchar *id;
-       gint filetype;
-       const gchar *ext;
-       gchar *description;
-       gboolean (*save)(RS_PHOTO *photo, const gchar *filename, gint filetype, 
gint width, gint height, gboolean keep_aspect, gdouble scale, gint snapshot);
-       struct _rs_filetype *next;
-} RS_FILETYPE;
-
 gboolean rs_photo_save(RS_PHOTO *photo, RSOutput *output,
        gint width, gint height, gboolean keep_aspect, gdouble scale, gint 
snapshot);
 RS_BLOB *rs_new();


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to