From b24934e186456b50d7702192ec3a270926831791 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 25 Aug 2015 14:40:58 +0300 Subject: drop support for win32/osx and checkupdate plugin that plugin has never been built in linux anyway due to logic in configure.ac --- plugins/spell/pluma-spell-plugin.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/spell') 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 -#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" -- cgit v1.2.1