[gtk+] Drop unused gtkcssstylefuncs.c
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Drop unused gtkcssstylefuncs.c
- Date: Thu, 30 Nov 2017 23:47:28 +0000 (UTC)
commit d0051091338eed561b782e2a5e0c2067a90b9c88
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Nov 30 18:46:54 2017 -0500
Drop unused gtkcssstylefuncs.c
Clean up all the places where the header was still
included needlessly.
gtk/gtkcssprovider.c | 1 -
gtk/gtkcssshorthandproperty.c | 1 -
gtk/gtkcssshorthandpropertyimpl.c | 1 -
gtk/gtkcssstylefuncs.c | 722 -------------------------------------
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(+), 763 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]