| Index: src/plugin/Config.h |
| =================================================================== |
| --- a/src/plugin/Config.h |
| +++ b/src/plugin/Config.h |
| @@ -254,39 +254,14 @@ |
| #define TEMP_FILE_PREFIX "ab_" |
|
Wladimir Palant
2013/07/05 09:26:45
This macro is only used in PluginConfig.cpp that's
|
| #endif |
| -// Dictionary filename |
| -#if (defined PRODUCT_ADBLOCKPLUS) |
| -#define DICTIONARY_INI_FILE "dictionary_w.ini" |
| -#else |
| -#define DICTIONARY_INI_FILE "dictionary.ini" |
| -#endif |
| #define DICTIONARY_DIR_NAME "Languages\\" |
| #define DEFAULT_LANGUAGE "en-US" |
|
Wladimir Palant
2013/07/05 09:26:45
These two macros are also unused and can be remove
|
| -#define SETTING_PAGE_INI_FILE "settings_page_w.ini" |
| - |
| // Config filename |
| #ifdef SUPPORT_CONFIG |
| #define CONFIG_INI_FILE "config.ini" |
|
Wladimir Palant
2013/07/05 09:26:45
This macro is only used in PluginConfig.cpp that i
|
| #endif |
| -// Settings filename |
| -#define SETTINGS_INI_FILE "settings.ini" |
| - |
| -// Settings tab filename |
| -#define SETTINGS_INI_FILE_TAB "settings_tab.ini" |
| - |
| -// Setting whitelist filename |
| -#ifdef SUPPORT_WHITELIST |
| -#define SETTINGS_INI_FILE_WHITELIST "settings_whitelist.ini" |
| -#endif |
| - |
| -// Personal filter filename |
| -#ifdef SUPPORT_FILTER |
| -#define PERSONAL_FILTER_FILE "filter_personal.txt" |
| -#define PERSONAL_FILTER_FILE_OLD "easylist_personal.txt" |
| -#endif |
| - |
| // Install MSI filename |
| #if (defined PRODUCT_ADBLOCKPLUS) |
| #define INSTALL_MSI_FILE "adblock.msi" |