rnd-20091208-1-src
[rocksndiamonds.git] / src / game_sp / DirectXGlobals.c
index 3e2b0f79a78a266bd8393bf0b6692d847dc86b0f..378903d2b7b0688f9d52f7919dca6baba7a82f26 100644 (file)
@@ -4,9 +4,12 @@
 
 #include "DirectXGlobals.h"
 
-static char *VB_Name = "DirectXGlobals";
+// static char *VB_Name = "DirectXGlobals";
+
 // --- Option Explicit
 
+#if 0
+
 DirectX7 DirectX;
 DirectX7 DirectXS;
 DirectDraw7 DDraw;
@@ -16,6 +19,10 @@ DirectSound DSound;
 // Public DKeyboard As DirectInputDevice
 DirectDrawSurface7 PrimarySurface;
 
+#endif
+
+#if 0
+
 void InitDirectX(long hWndForm, long hWndClip)
 {
   // DirectX = New DirectX7; // (handle this later, if needed)
@@ -92,3 +99,4 @@ void ClipToWindow(long hWnd)
 //  Set Pal = PrimarySurface.GetPalette()
 // End Sub
 
+#endif