Remove Install & RegInst .cpp and .h

Unused
This commit is contained in:
Asdow
2023-10-21 15:38:31 +03:00
parent 58a682db89
commit f5f3bb94de
7 changed files with 0 additions and 572 deletions
-6
View File
@@ -6,7 +6,6 @@
#include <stdarg.h>
#include <string.h>
#include "sgp.h"
#include "RegInst.h"
#include "vobject.h"
#include "font.h"
#include "local.h"
@@ -420,11 +419,6 @@ BOOLEAN InitializeStandardGamingPlatform(HINSTANCE hInstance, int sCommandShow)
// now required by all (even JA2) in order to call ShutdownSGP
atexit(SafeSGPExit);
// First, initialize the registry keys.
InitializeRegistryKeys( "Wizardry8", "Wizardry8key" );
// For rendering DLLs etc.
// Second, read in settings
GetRuntimeSettings( );