diff options
author | monsta <[email protected]> | 2015-08-25 14:40:58 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-02 11:34:01 +0200 |
commit | b24934e186456b50d7702192ec3a270926831791 (patch) | |
tree | e7daae0af65482e5f1a5598808e4e55792dd7e6d /plugins/spell/pluma-spell-plugin.c | |
parent | f6d7a422f3f5f97e676cd18cef5bb46aca8da6be (diff) | |
download | pluma-b24934e186456b50d7702192ec3a270926831791.tar.bz2 pluma-b24934e186456b50d7702192ec3a270926831791.tar.xz |
drop support for win32/osx and checkupdate plugin
that plugin has never been built in linux anyway due to logic
in configure.ac
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" |