aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/dictionary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libalee/dictionary.hpp')
-rw-r--r--libalee/dictionary.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libalee/dictionary.hpp b/libalee/dictionary.hpp
index d465e60..23e4079 100644
--- a/libalee/dictionary.hpp
+++ b/libalee/dictionary.hpp
@@ -158,8 +158,6 @@ public:
*/
void addDefinition(Word word) noexcept;
- void addNativeWord(const char *s, void (*func)(State&));
-
/**
* Searches the dictionary for an entry for the given word.
* @param word The dictionary-stored word to search for.