summaryrefslogtreecommitdiff
path: root/plugins/MirandaNGHistoryToDB/IMDownloaderComponent/Demo/DownLoaderTest.dpr
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaNGHistoryToDB/IMDownloaderComponent/Demo/DownLoaderTest.dpr')
-rw-r--r--plugins/MirandaNGHistoryToDB/IMDownloaderComponent/Demo/DownLoaderTest.dpr15
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/MirandaNGHistoryToDB/IMDownloaderComponent/Demo/DownLoaderTest.dpr b/plugins/MirandaNGHistoryToDB/IMDownloaderComponent/Demo/DownLoaderTest.dpr
deleted file mode 100644
index 8942f8b61d..0000000000
--- a/plugins/MirandaNGHistoryToDB/IMDownloaderComponent/Demo/DownLoaderTest.dpr
+++ /dev/null
@@ -1,15 +0,0 @@
-program DownLoaderTest;
-
-uses
- Forms,
- DownLoaderTestUnit in 'DownLoaderTestUnit.pas' {MainForm};
-
-{$R *.res}
-
-begin
- Application.Initialize;
- Application.MainFormOnTaskbar := True;
- Application.Title := 'IM Downloader Demo';
- Application.CreateForm(TMainForm, MainForm);
- Application.Run;
-end.