mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 09:10:11 +00:00
css: Remove unused macro
GTK_CSS_DEPENDS_ON_EVERYTHING was used as a placeholder when implementing dependencies. Now that dependencies are completely implemented, it's no longer necessary.
This commit is contained in:
parent
e1a1432bd3
commit
fe026b3b2f
@ -63,9 +63,6 @@ typedef enum /*< skip >*/ {
|
||||
GTK_CSS_DEPENDS_ON_FONT_SIZE = (1 << 3)
|
||||
} GtkCssDependencies;
|
||||
|
||||
#define GTK_CSS_DEPENDS_ON_EVERYTHING (GTK_CSS_DEPENDS_ON_PARENT | GTK_CSS_EQUALS_PARENT \
|
||||
| GTK_CSS_DEPENDS_ON_COLOR | GTK_CSS_DEPENDS_ON_FONT_SIZE)
|
||||
|
||||
enum { /*< skip >*/
|
||||
GTK_CSS_PROPERTY_COLOR,
|
||||
GTK_CSS_PROPERTY_FONT_SIZE,
|
||||
|
Loading…
Reference in New Issue
Block a user