src/group.h
changeset 7909 8df54a2839a1
parent 7878 70e8283207cd
child 6868 7eb395287b3d
--- a/src/group.h	Sun Aug 05 17:43:04 2007 +0000
+++ b/src/group.h	Sun Aug 05 21:20:55 2007 +0000
@@ -29,8 +29,6 @@
 	Group(StringID str = STR_NULL);
 	virtual ~Group();
 
-	void QuickFree();
-
 	bool IsValid() const;
 };