diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.h b/src/main.h index 081029dd5..0e353fce0 100644 --- a/src/main.h +++ b/src/main.h @@ -24,10 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., class Settings; extern Settings *g_settings; -// This makes and maps textures -class ITextureSource; -extern ITextureSource *g_texturesource; - // Global profiler class Profiler; extern Profiler *g_profiler; |