remove unused prototype

master
Daniel Kolesa 2021-04-26 02:44:31 +02:00
parent 92281e88c1
commit acdb9a4a0e
1 changed files with 0 additions and 3 deletions

View File

@ -326,9 +326,6 @@ struct LIBCUBESCRIPT_EXPORT state {
);
}
/** @brief Check if a cubescript::ident of the given name exists */
bool have_ident(std::string_view name);
/** @brief Get a span of all idents */
span_type<ident *> get_idents();