aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/dictionary.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-01-01 11:45:50 -0500
committerClyne Sullivan <clyne@bitgloo.com>2024-01-01 11:45:50 -0500
commitec3b03c4fd2fc9ecad4dd810ba7b6e4766ff286b (patch)
treea5789c680cd1a4f4a6bd4e462dd21331dc6be553 /libalee/dictionary.hpp
parente8c9f97f4fa9502b88c8c3a44c5d5f5f1c98d506 (diff)
remove addNativeWordnative
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.