Revision: 21790
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21790
Author:   joeedh
Date:     2009-07-22 07:59:34 +0200 (Wed, 22 Jul 2009)

Log Message:
-----------
gcc compile fix.

Modified Paths:
--------------
    branches/bmesh/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c

Modified: 
branches/bmesh/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c
===================================================================
--- branches/bmesh/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c    
2009-07-22 05:35:12 UTC (rev 21789)
+++ branches/bmesh/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c    
2009-07-22 05:59:34 UTC (rev 21790)
@@ -107,6 +107,7 @@
 
 ParamHandle *construct_param_handle(Scene *scene, EditMesh *em, short 
implicit, short fill, short sel, short correct_aspect)
 {
+#if 0
        ParamHandle *handle;
        EditFace *efa;
        EditEdge *eed;
@@ -204,6 +205,7 @@
        param_construct_end(handle, fill, implicit);
 
        return handle;
+#endif
 }
 
 /* ******************** Minimize Stretch operator **************** */


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to