who needs query actually

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@519 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-30 08:53:34 +00:00
parent 33ff6cb420
commit 97db619e99
2 changed files with 0 additions and 14 deletions

View File

@@ -280,13 +280,6 @@ MWDECL void MwHideCursor(MwWidget handle);
*/
MWDECL void MwToggleDarkTheme(MwWidget handle, int toggle);
/*!
* @brief Queries the widget
* @param handle Widget
* @param query Query
*/
MWDECL MwWidget MwQuery(MwWidget handle, const char* query);
#ifdef __cplusplus
}
#endif