Fix CodeEdit hover word lookup
This commit is contained in:
@@ -791,8 +791,6 @@ _FORCE_INLINE_ String ETRN(const String &p_text, const String &p_text_plural, in
|
||||
return p_text_plural;
|
||||
}
|
||||
|
||||
bool select_word(const String &p_s, int p_col, int &r_beg, int &r_end);
|
||||
|
||||
template <typename... P>
|
||||
_FORCE_INLINE_ Vector<String> sarray(P... p_args) {
|
||||
return Vector<String>({ String(p_args)... });
|
||||
|
||||
Reference in New Issue
Block a user