[gnome-text-editor] spellcheck: remove unused function



commit 349a1283253f96e30231f1b48f36e6b4c9831f04
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jul 8 17:27:14 2021 -0700

    spellcheck: remove unused function

 src/editor-spell-menu.h | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/editor-spell-menu.h b/src/editor-spell-menu.h
index b1833bc..26ed4f1 100644
--- a/src/editor-spell-menu.h
+++ b/src/editor-spell-menu.h
@@ -27,8 +27,6 @@ G_BEGIN_DECLS
 GMenuModel *editor_spell_menu_new             (void);
 void        editor_spell_menu_set_language    (GMenuModel          *menu,
                                                EditorSpellLanguage *language);
-void        editor_spell_menu_set_word        (GMenuModel          *menu,
-                                               const char          *word);
 void        editor_spell_menu_set_corrections (GMenuModel          *menu,
                                                const char * const  *words);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]