1
0
Fork 0

cleanup: Remove unused defines

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3595>
This commit is contained in:
Bilal Elmoussaoui 2024-02-17 14:16:20 +01:00
parent e7de5c36f3
commit 85dbdc8fa6

View file

@ -108,14 +108,6 @@ struct _MetaFrameBorders
META_EXPORT
void meta_frame_borders_clear (MetaFrameBorders *self);
/* should investigate changing these to whatever most apps use */
#define META_ICON_WIDTH 96
#define META_ICON_HEIGHT 96
#define META_MINI_ICON_WIDTH 16
#define META_MINI_ICON_HEIGHT 16
#define META_DEFAULT_ICON_NAME "window"
/* Main loop priorities determine when activity in the GLib
* will take precedence over the others. Priorities are sometimes
* used to enforce ordering: give A a higher priority than B if