[Rawstudio-commit] r2038 - trunk/src
Anders Brander
anders at brander.dk
Mon Sep 29 01:29:33 CEST 2008
Author: abrander
Date: 2008-09-29 01:29:33 +0200 (Mon, 29 Sep 2008)
New Revision: 2038
Modified:
trunk/src/rawstudio.h
Log:
Removed unused declaration of rs_rect_from_gdkrectangle().
Modified: trunk/src/rawstudio.h
===================================================================
--- trunk/src/rawstudio.h 2008-09-28 23:27:43 UTC (rev 2037)
+++ trunk/src/rawstudio.h 2008-09-28 23:29:33 UTC (rev 2038)
@@ -253,7 +253,6 @@
void rs_rect_flip(RS_RECT *in, RS_RECT *out, gint w, gint h);
void rs_rect_mirror(RS_RECT *in, RS_RECT *out, gint w, gint h);
void rs_rect_rotate(RS_RECT *in, RS_RECT *out, gint w, gint h, gint quarterturns);
-extern inline void rs_rect_from_gdkrectangle(GdkRectangle *in, RS_RECT *out);
/* Contains a list of supported filetypes */
extern RS_FILETYPE *filetypes;
More information about the Rawstudio-commit
mailing list