summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/historypp.dpr
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-11-26 15:28:09 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-11-26 15:28:09 +0000
commit19cab1ca9696845a338a17c9bad3788aa4ec7bc2 (patch)
treee7e8712794e7e78136d7eb101fa876124916e2d6 /plugins/HistoryPlusPlus/historypp.dpr
parenta24244a8159143a07208a91a6314680856d45a9e (diff)
password protection removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@6988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/historypp.dpr')
-rw-r--r--plugins/HistoryPlusPlus/historypp.dpr4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr
index cc08f42e79..58939fab73 100644
--- a/plugins/HistoryPlusPlus/historypp.dpr
+++ b/plugins/HistoryPlusPlus/historypp.dpr
@@ -48,9 +48,6 @@ uses
HistoryForm in 'HistoryForm.pas' {HistoryFrm},
EventDetailForm in 'EventDetailForm.pas' {EventDetailsFrm},
EmptyHistoryForm in 'EmptyHistoryForm.pas' {EmptyHistoryFrm},
- PassForm in 'PassForm.pas' {fmPass},
- PassNewForm in 'PassNewForm.pas' {fmPassNew},
- PassCheckForm in 'PassCheckForm.pas' {fmPassCheck},
GlobalSearch in 'GlobalSearch.pas' {fmGlobalSearch},
hpp_searchthread in 'hpp_searchthread.pas',
hpp_bookmarks in 'hpp_bookmarks.pas',
@@ -247,7 +244,6 @@ begin
LoadIcons;
LoadIcons2;
- LoadIntIcons;
// TopToolBar support
HookTTBLoaded := HookEvent(ME_TTB_MODULELOADED,OnTTBLoaded);