[gtk+/wip/otte/clipboard: 59/64] cssstylefuncs: This is unused



commit 5b690e5dd8ccb0f28f5f2aa36c21844080d62674
Author: Benjamin Otte <otte redhat com>
Date:   Thu Nov 30 23:51:16 2017 +0100

    cssstylefuncs: This is unused

 gtk/gtkcssprovider.c              |    1 -
 gtk/gtkcssshorthandproperty.c     |    1 -
 gtk/gtkcssshorthandpropertyimpl.c |    1 -
 gtk/gtkcssstylefuncs.c            |  725 -------------------------------------
 gtk/gtkcssstylefuncsprivate.h     |   34 --
 gtk/gtkcssstyleproperty.c         |    1 -
 gtk/gtkcssstylepropertyimpl.c     |    1 -
 gtk/gtkstyleproperty.c            |    1 -
 gtk/meson.build                   |    1 -
 9 files changed, 0 insertions(+), 766 deletions(-)
---
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 4cc2036..8a9a2d5 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -33,7 +33,6 @@
 #include "gtkcsssectionprivate.h"
 #include "gtkcssselectorprivate.h"
 #include "gtkcssshorthandpropertyprivate.h"
-#include "gtkcssstylefuncsprivate.h"
 #include "gtksettingsprivate.h"
 #include "gtkstyleprovider.h"
 #include "gtkstylecontextprivate.h"
diff --git a/gtk/gtkcssshorthandproperty.c b/gtk/gtkcssshorthandproperty.c
index 71c08bd..21455a7 100644
--- a/gtk/gtkcssshorthandproperty.c
+++ b/gtk/gtkcssshorthandproperty.c
@@ -24,7 +24,6 @@
 #include "gtkcssarrayvalueprivate.h"
 #include "gtkcssinheritvalueprivate.h"
 #include "gtkcssinitialvalueprivate.h"
-#include "gtkcssstylefuncsprivate.h"
 #include "gtkcssunsetvalueprivate.h"
 #include "gtkintl.h"
 
diff --git a/gtk/gtkcssshorthandpropertyimpl.c b/gtk/gtkcssshorthandpropertyimpl.c
index 751e6c2..aad46d8 100644
--- a/gtk/gtkcssshorthandpropertyimpl.c
+++ b/gtk/gtkcssshorthandpropertyimpl.c
@@ -37,7 +37,6 @@
 #include "gtkcsspositionvalueprivate.h"
 #include "gtkcssrepeatvalueprivate.h"
 #include "gtkcssstringvalueprivate.h"
-#include "gtkcssstylefuncsprivate.h"
 #include "gtkcssvalueprivate.h"
 #include "gtktypebuiltins.h"
 
diff --git a/gtk/gtkcssstyleproperty.c b/gtk/gtkcssstyleproperty.c
index 5f3e114..70f014b 100644
--- a/gtk/gtkcssstyleproperty.c
+++ b/gtk/gtkcssstyleproperty.c
@@ -24,7 +24,6 @@
 #include "gtkcssenumvalueprivate.h"
 #include "gtkcssinheritvalueprivate.h"
 #include "gtkcssinitialvalueprivate.h"
-#include "gtkcssstylefuncsprivate.h"
 #include "gtkcsstypesprivate.h"
 #include "gtkcssunsetvalueprivate.h"
 #include "gtkintl.h"
diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c
index a07a345..eacf945 100644
--- a/gtk/gtkcssstylepropertyimpl.c
+++ b/gtk/gtkcssstylepropertyimpl.c
@@ -25,7 +25,6 @@
 #include <math.h>
 
 #include "gtkcssparserprivate.h"
-#include "gtkcssstylefuncsprivate.h"
 #include "gtkcssstylepropertyprivate.h"
 #include "gtkcsstypesprivate.h"
 #include "gtkintl.h"
diff --git a/gtk/gtkstyleproperty.c b/gtk/gtkstyleproperty.c
index 18fc425..d09d510 100644
--- a/gtk/gtkstyleproperty.c
+++ b/gtk/gtkstyleproperty.c
@@ -22,7 +22,6 @@
 #include "gtkcssprovider.h"
 #include "gtkcssparserprivate.h"
 #include "gtkcssshorthandpropertyprivate.h"
-#include "gtkcssstylefuncsprivate.h"
 #include "gtkcssstylepropertyprivate.h"
 #include "gtkcsstypesprivate.h"
 #include "gtkintl.h"
diff --git a/gtk/meson.build b/gtk/meson.build
index 090f891..5eb371f 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -125,7 +125,6 @@ gtk_public_sources = files([
   'gtkcssstringvalue.c',
   'gtkcssstyle.c',
   'gtkcssstylechange.c',
-  'gtkcssstylefuncs.c',
   'gtkcssstyleproperty.c',
   'gtkcssstylepropertyimpl.c',
   'gtkcsstransformvalue.c',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]