rnd-20090623-4-src
[rocksndiamonds.git] / src / game_sp / SettingsObject.c
index 06c656b9112e776595d7f640f7d86e378cade50e..a241fe504b3dda63c204c1de7e6abc9fbd059ad1 100644 (file)
 // ---   MTSTransactionMode  = 0  'NotAnMTSObject  // NotAnMTSObject
 // --- END
 
-static char *VB_Name = "SettingsObject";
-static boolean VB_GlobalNameSpace = False;
-static boolean VB_Creatable = True;
-static boolean VB_PredeclaredId = False;
-static boolean VB_Exposed = False;
+// static char *VB_Name = "SettingsObject";
+// static boolean VB_GlobalNameSpace = False;
+// static boolean VB_Creatable = True;
+// static boolean VB_PredeclaredId = False;
+// static boolean VB_Exposed = False;
+
 // --- Option Explicit
 // --- Option Compare Text
 
+#if 0
+
 const char *AppName = "MegaPlex";
 const char *Config = "Config";
 
@@ -38,3 +41,4 @@ int SettingsObject_Read(char *ValName, int Default)
   return Read;
 }
 
+#endif