From abceeee92f99b84ebb79968269835a4f509bfb90 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 14 Nov 2011 00:19:48 +0200 Subject: Create framework for getting rid of global definitions of node/tool/item/whatever types --- src/main.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.h') 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; -- cgit v1.2.3