diff options
| author | Choupom <andycootlapin@hotmail.fr> | 2010-06-07 17:27:16 +0800 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2010-06-10 20:38:16 +0800 |
| commit | 8e8cbdb562fd264fa52963a30b03016954268aa4 (patch) | |
| tree | 4b633e93685e82d7f74d732c489fa57a1f4c63a7 /src/game/client/components/menus.h | |
| parent | 22f11d6839599bc3fecd6b8e2b5394b58d6a7eda (diff) | |
| download | zcatch-8e8cbdb562fd264fa52963a30b03016954268aa4.tar.gz zcatch-8e8cbdb562fd264fa52963a30b03016954268aa4.zip | |
fix for folders in demo browser
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 229fce80..9ea9c6ef 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -165,7 +165,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); - static void IsDirCallback(const char *pName, int IsDir, void *pUser); void DemoSetParentDirectory(); // found in menus.cpp |