[commit] r1424 - trunk/GME/Mga
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Jul 22 15:52:08 CDT 2011
Author: ksmyth
Date: Fri Jul 22 15:52:07 2011
New Revision: 1424
Log:
Remove dead code
Modified:
trunk/GME/Mga/MgaProject.h
Modified: trunk/GME/Mga/MgaProject.h
==============================================================================
--- trunk/GME/Mga/MgaProject.h Fri Jul 22 15:47:48 2011 (r1423)
+++ trunk/GME/Mga/MgaProject.h Fri Jul 22 15:52:07 2011 (r1424)
@@ -5,25 +5,6 @@
#include "resource.h" // main symbols
-
-
-
-struct metaid_hashfunc
-{
- size_t operator()(const metaref_type &id) const
- {
- return (id % 19);
- }
-};
-
-struct metaid_equalkey
-{
- bool operator()(const metaref_type &id1, const metaref_type &id2) const
- {
- return id1 == id2;
- }
-};
-
class CMgaTerritory;
class CMgaAddOn;
class CMgaClient;
More information about the gme-commit
mailing list