summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder5/BibleCS/SplashPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/SplashPage.h')
-rw-r--r--apps/windoze/CBuilder5/BibleCS/SplashPage.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/SplashPage.h b/apps/windoze/CBuilder5/BibleCS/SplashPage.h
deleted file mode 100644
index 47bb0a9..0000000
--- a/apps/windoze/CBuilder5/BibleCS/SplashPage.h
+++ /dev/null
@@ -1,25 +0,0 @@
-//---------------------------------------------------------------------------
-
-#ifndef SplashPageH
-#define SplashPageH
-//---------------------------------------------------------------------------
-#include <Classes.hpp>
-#include <Controls.hpp>
-#include <StdCtrls.hpp>
-#include <Forms.hpp>
-#include <ComCtrls.hpp>
-#include <ExtCtrls.hpp>
-#include <Graphics.hpp>
-//---------------------------------------------------------------------------
-class TSplashPg : public TForm
-{
-__published: // IDE-managed Components
- TImage *Image1;
-private: // User declarations
-public: // User declarations
- __fastcall TSplashPg(TComponent* Owner);
-};
-//---------------------------------------------------------------------------
-extern PACKAGE TSplashPg *SplashPg;
-//---------------------------------------------------------------------------
-#endif