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