src/group_cmd.cpp
changeset 7413 a590f7f0edb3
parent 7387 c81fff74048b
child 7492 35acee076719
--- a/src/group_cmd.cpp	Sun Aug 05 17:43:04 2007 +0000
+++ b/src/group_cmd.cpp	Sun Aug 05 21:20:55 2007 +0000
@@ -50,15 +50,10 @@
 
 Group::~Group()
 {
-	this->QuickFree();
+	DeleteName(this->string_id);
 	this->string_id = STR_NULL;
 }
 
-void Group::QuickFree()
-{
-	DeleteName(this->string_id);
-}
-
 bool Group::IsValid() const
 {
 	return this->string_id != STR_NULL;