summaryrefslogtreecommitdiff
path: root/src/wm_map.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-06-15 04:27:10 +0200
committerTreeki <treeki@gmail.com>2011-06-15 04:27:10 +0200
commite32b8bf8fff4d0507c34221146a1371ad47a3df5 (patch)
treefb425e415864e02ab03cd1b1653022c7c33bc5a0 /src/wm_map.h
parenta36737f8a870182a69b67282a4a41ea5e056c8dd (diff)
downloadkamek-e32b8bf8fff4d0507c34221146a1371ad47a3df5.tar.gz
kamek-e32b8bf8fff4d0507c34221146a1371ad47a3df5.zip
cleaned up the path test stuff
Diffstat (limited to '')
-rw-r--r--src/wm_map.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/wm_map.h b/src/wm_map.h
index da392bf..651c071 100644
--- a/src/wm_map.h
+++ b/src/wm_map.h
@@ -30,16 +30,6 @@ public:
void updateAlpha(const char *materialName, u8 alpha);
};
-class dPathTest_c : public m3d::proc_c {
-public:
- void loadTex();
- void drawOpa();
- void drawXlu();
-
- void *resTex;
- u8 alpha;
-};
-
class dWMMap_c : public dBase_c {
public:
@@ -50,8 +40,6 @@ public:
mHeapAllocator_c allocator;
- dPathTest_c pathTest;
-
WMSceneDataHeader *data;
WMSceneNode *nodes;