diff options
Diffstat (limited to 'src/group.h')
-rw-r--r-- | src/group.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/group.h b/src/group.h index b4303e70c..e5c10a59f 100644 --- a/src/group.h +++ b/src/group.h @@ -29,8 +29,6 @@ struct Group : PoolItem<Group, GroupID, &_Group_pool> { Group(StringID str = STR_NULL); virtual ~Group(); - void QuickFree(); - bool IsValid() const; }; |