aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/d3d/D3dImageComponent.hpp
diff options
context:
space:
mode:
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