diff options
Diffstat (limited to 'plugins/spell/pluma-spell-plugin.c')
-rwxr-xr-x | plugins/spell/pluma-spell-plugin.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/spell/pluma-spell-plugin.c b/plugins/spell/pluma-spell-plugin.c index 0cd64b20..6018621c 100755 --- a/plugins/spell/pluma-spell-plugin.c +++ b/plugins/spell/pluma-spell-plugin.c @@ -41,14 +41,8 @@ #include "pluma-spell-language-dialog.h" #include "pluma-automatic-spell-checker.h" -#ifdef G_OS_WIN32 -#include <pluma/pluma-metadata-manager.h> -#define PLUMA_METADATA_ATTRIBUTE_SPELL_LANGUAGE "spell-language" -#define PLUMA_METADATA_ATTRIBUTE_SPELL_ENABLED "spell-enabled" -#else #define PLUMA_METADATA_ATTRIBUTE_SPELL_LANGUAGE "metadata::pluma-spell-language" #define PLUMA_METADATA_ATTRIBUTE_SPELL_ENABLED "metadata::pluma-spell-enabled" -#endif #define WINDOW_DATA_KEY "PlumaSpellPluginWindowData" #define MENU_PATH "/MenuBar/ToolsMenu/ToolsOps_1" |