aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/d3d/D3dImageComponent.hpp
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-09-29 18:04:13 +0000
committerKevin Rushforth <[email protected]>2006-09-29 18:04:13 +0000
commit908d0fbb2ea26226165cd42f12abf0d27e4a3f53 (patch)
tree0258d2293efab8f4eafba39a528a3d2eedd0c3cb /src/native/d3d/D3dImageComponent.hpp
parent0661a22dd9278b20856b13b08ff22d248119cf6b (diff)
Merged dev-1_5 branch back to MAIN trunk
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@701 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native/d3d/D3dImageComponent.hpp')
-rw-r--r--src/native/d3d/D3dImageComponent.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/native/d3d/D3dImageComponent.hpp b/src/native/d3d/D3dImageComponent.hpp
index fef2ed8..8226d30 100644
--- a/src/native/d3d/D3dImageComponent.hpp
+++ b/src/native/d3d/D3dImageComponent.hpp
@@ -46,7 +46,8 @@ public:
static VOID removeAll(D3dImageComponent *list);
};
-extern D3dImageComponent RasterList;
-extern D3dImageComponent BackgroundImageList;
-
+/*
+ extern D3dImageComponent RasterList;
+ extern D3dImageComponent BackgroundImageList;
+*/
#endif