Revision: 41634
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41634&view=rev
Author:   davidloman
Date:     2010-12-15 19:33:05 +0000 (Wed, 15 Dec 2010)

Log Message:
-----------
Remove ClientCmdRegistry's internal registration fn until we need one.

Modified Paths:
--------------
    rt^3/trunk/include/ClientCmdRegistry.h
    rt^3/trunk/src/GS/cmds/ClientCmdRegistry.cxx

Modified: rt^3/trunk/include/ClientCmdRegistry.h
===================================================================
--- rt^3/trunk/include/ClientCmdRegistry.h      2010-12-15 19:31:33 UTC (rev 
41633)
+++ rt^3/trunk/include/ClientCmdRegistry.h      2010-12-15 19:33:05 UTC (rev 
41634)
@@ -49,9 +49,6 @@
 private:
        static ClientCmdRegistry* pInstance;
        ClientCmdRegistry();
-
-       static void registerInternalCmds();
-
        Logger* log;
 
        QMutex mapLock;

Modified: rt^3/trunk/src/GS/cmds/ClientCmdRegistry.cxx
===================================================================
--- rt^3/trunk/src/GS/cmds/ClientCmdRegistry.cxx        2010-12-15 19:31:33 UTC 
(rev 41633)
+++ rt^3/trunk/src/GS/cmds/ClientCmdRegistry.cxx        2010-12-15 19:33:05 UTC 
(rev 41634)
@@ -33,7 +33,6 @@
 ClientCmdRegistry::getInstance() {
        if (ClientCmdRegistry::pInstance == NULL) {
                ClientCmdRegistry::pInstance = new ClientCmdRegistry();
-               ClientCmdRegistry::pInstance->registerInternalCmds();
        }
        return ClientCmdRegistry::pInstance;
 }
@@ -76,12 +75,6 @@
        return keys;
 }
 
-void
-ClientCmdRegistry::registerInternalCmds()
-{
-       /* TODO add in any cmds that should be automatically mapped here. */
-}
-
 /*
  * Local Variables:
  * mode: C


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

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to