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

@@ -588,10 +588,3 @@ void MwToggleDarkTheme(MwWidget handle, int toggle) {
force_render_all(handle);
}
}
MwWidget MwQuery(MwWidget handle, const char* query){
(void)handle;
(void)query;
return NULL;
}