summaryrefslogtreecommitdiff
path: root/gtk/gtkprogressbar.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-01-14 14:34:15 +0100
committerTimm Bäder <mail@baedert.org>2020-01-18 08:49:52 +0100
commit45455f1bdb304efff1784609ba33a2a1ece92b32 (patch)
treeaf2366a5b3e88df765d22103e320638077a02976 /gtk/gtkprogressbar.c
parenta3769eb0e560d1d6be83b3883955c28e22e8daf3 (diff)
downloadgtk+-45455f1bdb304efff1784609ba33a2a1ece92b32.tar.gz
Remove GtkCssShadowsValue
Previously, we wrapped all GtkCssShadowValues in a GtkCssShadowsValue, even if it was just one shadow. This causes an unnecessary bloat in css values. Make each GtkCssShadowValue able to handle multiple shadows instead, and use gtk_css_shadow_value* API everywhere.
Diffstat (limited to 'gtk/gtkprogressbar.c')
-rw-r--r--gtk/gtkprogressbar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c
index ccbc57b1ed..541dbf71a2 100644
--- a/gtk/gtkprogressbar.c
+++ b/gtk/gtkprogressbar.c
@@ -28,7 +28,6 @@
#include "gtkcssnodeprivate.h"
#include "gtkcssnumbervalueprivate.h"
-#include "gtkcssshadowsvalueprivate.h"
#include "gtkcssstylepropertyprivate.h"
#include "gtkgizmoprivate.h"
#include "gtkintl.h"