From a46192c88fdf5ea109aed5fd2484caddfb3acc7c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 27 Jan 2010 20:09:03 +0000 Subject: [PATCH] Softkey has no config options, remove from config profile. SVN revision: 45639 --- config/illume-home/Makefile.am | 2 -- config/illume-home/module.illume-softkey.src | 3 --- 2 files changed, 5 deletions(-) delete mode 100644 config/illume-home/module.illume-softkey.src diff --git a/config/illume-home/Makefile.am b/config/illume-home/Makefile.am index 6056b9028..73ea30683 100644 --- a/config/illume-home/Makefile.am +++ b/config/illume-home/Makefile.am @@ -9,7 +9,6 @@ EXTRA_DIST = \ module.battery.src \ module.illume-home.src \ module.illume-keyboard.src \ - module.illume-softkey.src \ module.illume2.src filesdir = $(datadir)/enlightenment/data/config/illume-home @@ -20,7 +19,6 @@ files_DATA = \ module.battery.cfg \ module.illume-home.cfg \ module.illume-keyboard.cfg \ - module.illume-softkey.cfg \ module.illume2.cfg SUFFIXES = .cfg diff --git a/config/illume-home/module.illume-softkey.src b/config/illume-home/module.illume-softkey.src deleted file mode 100644 index 56b88fcf0..000000000 --- a/config/illume-home/module.illume-softkey.src +++ /dev/null @@ -1,3 +0,0 @@ -group "Illume-Softkey_Cfg" struct { - value "version" int: 0; -}