Revision: 45973
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45973&view=rev
Author:   bhinesley
Date:     2011-08-14 04:13:54 +0000 (Sun, 14 Aug 2011)

Log Message:
-----------
delete FIXME comments; Cliff said that this is how he'd do it anyways, so I 
worry about changing it.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl

Modified: brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2011-08-14 04:06:33 UTC 
(rev 45972)
+++ brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2011-08-14 04:13:54 UTC 
(rev 45973)
@@ -5483,9 +5483,6 @@
 }
 
 ::itcl::body ArcherCore::rotate {args} {
-    # FIXME: once the edit command is fully functional, remove 
-    # Archer translate/rotate/scale command aliases in favor of
-    # mapping command names directly to ged_edit
     set args [linsert $args 0 "rotate"]
     eval gedWrapper edit 0 0 1 0 $args
 }
@@ -5495,9 +5492,6 @@
 }
 
 ::itcl::body ArcherCore::scale {args} {
-    # FIXME: once the edit command is fully functional, remove 
-    # Archer translate/rotate/scale command aliases in favor of
-    # mapping command names directly to ged_edit
     set args [linsert $args 0 "scale"]
     eval gedWrapper edit 0 0 1 0 $args
 }
@@ -5546,9 +5540,6 @@
 }
 
 ::itcl::body ArcherCore::translate {args} {
-    # FIXME: once the edit command is fully functional, remove 
-    # Archer translate/rotate/scale command aliases in favor of
-    # mapping command names directly to ged_edit
     set args [linsert $args 0 "translate"]
     eval gedWrapper edit 0 0 1 0 $args
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to