From ec3b03c4fd2fc9ecad4dd810ba7b6e4766ff286b Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 1 Jan 2024 11:45:50 -0500 Subject: remove addNativeWord --- libalee/dictionary.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libalee/dictionary.hpp') 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. -- cgit v1.2.3