Revision: 18273
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18273
Author:   briggs
Date:     2009-01-02 23:37:00 +0100 (Fri, 02 Jan 2009)

Log Message:
-----------
-> More cleanup

'SELECT' was defined in bmesh_dupeops.c, removed.
Use BMESH_SELECT when testing for selection bmesh
(actually use the BM_Is_Selected() function...)

Modified Paths:
--------------
    branches/bmesh/bmesh/operators/bmesh_dupeops.c

Modified: branches/bmesh/bmesh/operators/bmesh_dupeops.c
===================================================================
--- branches/bmesh/bmesh/operators/bmesh_dupeops.c      2009-01-02 22:34:07 UTC 
(rev 18272)
+++ branches/bmesh/bmesh/operators/bmesh_dupeops.c      2009-01-02 22:37:00 UTC 
(rev 18273)
@@ -15,10 +15,6 @@
 #define DUPE_NEW               2
 #define DUPE_DONE              4
 
-#ifndef SELECT
-#define SELECT         1
-#endif
-
 /*
  *  COPY VERTEX
  *


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

Reply via email to