summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-10-20 15:47:06 +0200
committerMarge Bot <marge-bot@gnome.org>2022-12-01 20:10:53 +0000
commit2af2b5254dadf2b5c4def9b19aeca5dceeaefe9f (patch)
treed45bf9e17bdaf90878770bd2cce0f711a088c8b1
parent450be1dc952091c04d9bb832a78c33700e006046 (diff)
downloadmutter-2af2b5254dadf2b5c4def9b19aeca5dceeaefe9f.tar.gz
ui: Drop undeclared function definition from header
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2175>
-rw-r--r--src/ui/ui.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index eb5cc9779..b5fbad0eb 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -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,