diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-14 17:50:15 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-14 17:50:15 +0000 |
commit | c95efb840d744ec332edfe311b69f1c7ac56560a (patch) | |
tree | 38be8d8b82deaa5b35de0dba5261b442ccd656e8 /plugins/HistoryPlusPlus/historypp.dpr | |
parent | d30ebf7e3b54d8a5887c0f6c2382987f8ad80420 (diff) |
built-in base64 removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/historypp.dpr')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp.dpr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr index 2430605be8..1cd1c7908a 100644 --- a/plugins/HistoryPlusPlus/historypp.dpr +++ b/plugins/HistoryPlusPlus/historypp.dpr @@ -68,7 +68,6 @@ uses hpp_richedit in 'hpp_richedit.pas',
hpp_olesmileys in 'hpp_olesmileys.pas',
HistoryControls in 'HistoryControls.pas',
- Base64 in 'Base64.pas',
Checksum in 'Checksum.pas',
hpp_JclSysUtils in 'hpp_JclSysUtils.pas',
hpp_puny in 'hpp_puny.pas';
|