aboutsummaryrefslogtreecommitdiff
path: root/sword2/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/function.h')
-rw-r--r--sword2/function.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sword2/function.h b/sword2/function.h
index 3b04853705..d9565796d8 100644
--- a/sword2/function.h
+++ b/sword2/function.h
@@ -20,13 +20,8 @@
#ifndef _FUNCTION
#define _FUNCTION
-#include "sword2/object.h"
-
namespace Sword2 {
-extern Object_graphic engine_graph; // global for engine
-extern Object_mega engine_mega; // global for engine
-
} // End of namespace Sword2
#endif