diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-13 18:26:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-13 18:26:49 +0300 |
commit | 4b7131f74cd61043668d3a5805fe452d601181f1 (patch) | |
tree | c90fd20de073ab0f69c348159e005cdfe06a7b21 /plugins/CurrencyRates/src/ImportExport.h | |
parent | fc9267f9677b1f40ea40d56e54aae9d655ea1a03 (diff) |
CurrencyRates:
- own archaic xml processor removed;
- Import/Export now uses TinyXml;
- massive code cleaning
- version bump.
Diffstat (limited to 'plugins/CurrencyRates/src/ImportExport.h')
-rw-r--r-- | plugins/CurrencyRates/src/ImportExport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CurrencyRates/src/ImportExport.h b/plugins/CurrencyRates/src/ImportExport.h index 3c167674ce..4fd3a42470 100644 --- a/plugins/CurrencyRates/src/ImportExport.h +++ b/plugins/CurrencyRates/src/ImportExport.h @@ -4,6 +4,4 @@ INT_PTR CurrencyRates_Export(WPARAM wp, LPARAM lp); INT_PTR CurrencyRates_Import(WPARAM wp, LPARAM lp); -INT_PTR CurrencyRatesMenu_ImportAll(WPARAM wp, LPARAM lp); -INT_PTR CurrencyRatesMenu_ExportAll(WPARAM wp, LPARAM lp); #endif //__F86374E6_713C_4600_85FB_903A5CDF7251_IMPORT_EXPORT_H__ |