diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-01-01 11:45:50 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-01-01 11:45:50 -0500 |
commit | ec3b03c4fd2fc9ecad4dd810ba7b6e4766ff286b (patch) | |
tree | a5789c680cd1a4f4a6bd4e462dd21331dc6be553 /libalee/dictionary.hpp | |
parent | e8c9f97f4fa9502b88c8c3a44c5d5f5f1c98d506 (diff) |
remove addNativeWordnative
Diffstat (limited to 'libalee/dictionary.hpp')
-rw-r--r-- | libalee/dictionary.hpp | 2 |
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. |