summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-08 21:13:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 17:58:57 +0200
commit97c7081f0030a0bdab967437e80cde27e7755a30 (patch)
treec34239a12a8f5bcfbbbdb326b1c7a8b5094f29fc
parent96de92c10523a97c1063a3ee2bfe584969343338 (diff)
downloadptxdist-97c7081f0030a0bdab967437e80cde27e7755a30.tar.gz
ptxdist-97c7081f0030a0bdab967437e80cde27e7755a30.tar.xz
host-gtk-theme-experience: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-gtk-theme-experience.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/rules/host-gtk-theme-experience.in b/rules/host-gtk-theme-experience.in
deleted file mode 100644
index afaf85fbf..000000000
--- a/rules/host-gtk-theme-experience.in
+++ /dev/null
@@ -1,29 +0,0 @@
-## SECTION=host_gtk
-
-menuconfig HOST_GTK_THEME_EXPERIENCE
- tristate
- prompt "experience theme "
- select HOST_GTK_ENGINE_EXPERIENCE
-
-if HOST_GTK_THEME_EXPERIENCE
-
-config HOST_GTK_THEME_EXPERIENCE_PLAIN
- bool
- prompt "eXperience theme with plain coloring"
- help
- Plain eXperience theme.
-
-config HOST_GTK_THEME_EXPERIENCE_ICE
- bool
- prompt "eXperience theme with ice coloring"
- help
- eXperience "ice" theme.
-
-config HOST_GTK_THEME_EXPERIENCE_OLIVE
- bool
- prompt "eXperience theme with olive coloring"
- help
- eXperience "olive" theme.
-
-endif
-