summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder5/BibleCS/StudyProfessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/StudyProfessor.cpp')
-rw-r--r--apps/windoze/CBuilder5/BibleCS/StudyProfessor.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/StudyProfessor.cpp b/apps/windoze/CBuilder5/BibleCS/StudyProfessor.cpp
deleted file mode 100644
index 0456bc8..0000000
--- a/apps/windoze/CBuilder5/BibleCS/StudyProfessor.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-//---------------------------------------------------------------------------
-
-#include <vcl.h>
-#pragma hdrstop
-
-#include "StudyProfessor.h"
-//---------------------------------------------------------------------------
-#pragma package(smart_init)
-#pragma resource "*.dfm"
-TForm3 *Form3;
-//---------------------------------------------------------------------------
-__fastcall TForm3::TForm3(TComponent* Owner)
- : TForm(Owner)
-{
-}
-//---------------------------------------------------------------------------