ui: Drop undeclared function definition from header

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2175>
This commit is contained in:
Carlos Garnacho 2021-10-20 15:47:06 +02:00 committed by Marge Bot
parent 450be1dc95
commit 2af2b5254d

View File

@ -48,12 +48,6 @@ MetaUIFrame * meta_ui_create_frame (MetaUI *ui,
gint width,
gint height,
gulong *create_serial);
void meta_ui_move_resize_frame (MetaUI *ui,
Window frame,
int x,
int y,
int width,
int height);
/* GDK insists on tracking map/unmap */
void meta_ui_map_frame (MetaUI *ui,