]> Shamusworld >> Repos - ttedit/blobdiff - src/registry.h
Converted project from wxWidgets to Qt. This will be the LAST time this
[ttedit] / src / registry.h
diff --git a/src/registry.h b/src/registry.h
deleted file mode 100755 (executable)
index 526713b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// REGISTRY.H - Win32 support file header
-// by James L. Hammons
-// (C) 2002 Underground Software
-//
-//   JLH = James Hammons <jlhamm@acm.org>
-//
-
-#ifndef __REGISTRY_H__
-#define __REGISTRY_H__
-
-#include "types.h"
-
-// Function prototypes
-
-void InitINIFile(char * path = NULL);
-void SetINIInt(char *, char *, int32);
-void SetINIString(char *, char *, char *);
-int32 GetINIInt(char *, char *, int32);
-const char * GetINIString(char *, char *, char *);
-
-#endif // __REGISTRY_H__