aboutsummaryrefslogtreecommitdiff
path: root/contrib/dbcEditer/thOpenSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dbcEditer/thOpenSource.h')
-rw-r--r--contrib/dbcEditer/thOpenSource.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/dbcEditer/thOpenSource.h b/contrib/dbcEditer/thOpenSource.h
deleted file mode 100644
index edf6bd064f2..00000000000
--- a/contrib/dbcEditer/thOpenSource.h
+++ /dev/null
@@ -1,24 +0,0 @@
-//---------------------------------------------------------------------------
-
-#ifndef thOpenSourceH
-#define thOpenSourceH
-//---------------------------------------------------------------------------
-#include <Classes.hpp>
-//---------------------------------------------------------------------------
-class thOpenFile : public TThread
-{
-private:
-protected:
- void __fastcall Execute();
- void __fastcall RunOpen();
-public:
- bool thEnd;
- int ColType[10000];
-
- __fastcall thOpenFile(bool CreateSuspended);
- void LoadAndModify(const char * pszFileName);
- void ReadAndModifyFromBuff(char *pBuff, DWORD dwSize, const char* pszFileName);
-
-};
-//---------------------------------------------------------------------------
-#endif