[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38146] branches/soc-2011-onion/source/ blender/editors/include/ED_image.h: remove unneeded function declaration, thanks Jason for spotting this!

Antony Riakiotakis kalast at gmail.com
Wed Jul 6 13:09:23 CEST 2011


Revision: 38146
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38146
Author:   psy-fi
Date:     2011-07-06 11:09:23 +0000 (Wed, 06 Jul 2011)
Log Message:
-----------
remove unneeded function declaration, thanks Jason for spotting this!

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/include/ED_image.h

Modified: branches/soc-2011-onion/source/blender/editors/include/ED_image.h
===================================================================
--- branches/soc-2011-onion/source/blender/editors/include/ED_image.h	2011-07-06 10:58:23 UTC (rev 38145)
+++ branches/soc-2011-onion/source/blender/editors/include/ED_image.h	2011-07-06 11:09:23 UTC (rev 38146)
@@ -64,13 +64,11 @@
 int ED_space_image_show_paint(struct SpaceImage *sima);
 int ED_space_image_show_uvedit(struct SpaceImage *sima, struct Object *obedit);
 int ED_space_image_show_uvshadow(struct SpaceImage *sima, struct Object *obedit);
-
+/* enable uvedit_island_manager */
 void ED_space_image_enable_island_manager(int state);
 
 /* UI level image (texture) updating... render calls own stuff (too) */
 void ED_image_update_frame(const struct Main *mainp, int cfra);
 
-/* enable uvedit_island_manager */
-void ED_uvedit_enable_island_manager(int state);
 #endif /* ED_IMAGE_H */
 




More information about the Bf-blender-cvs mailing list