diff options
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index 6998acfe..1d9591bd 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -169,7 +169,6 @@ class CMenus : public CComponent void DemolistPopulate(); static void DemolistCountCallback(const char *pName, int IsDir, void *pUser); static void DemolistFetchCallback(const char *pName, int IsDir, void *pUser); - void DemoSetParentDirectory(); // found in menus.cpp int Render(); |