summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/common.h b/src/core/common.h
index 0b4686d8..18f4715c 100644
--- a/src/core/common.h
+++ b/src/core/common.h
@@ -95,13 +95,6 @@ inline uint32 ldb(uint32 p, uint32 s, uint32 w)
return w>>p & (1<<s)-1;
}
-
-#ifndef RWLIBS
-// little hack
-extern void **rwengine;
-#define RwEngineInstance (*rwengine)
-#endif
-
#include "skeleton.h"
#include "Draw.h"