summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2007-08-18 17:21:53 +0100
committerRob Taylor <rob.taylor@codethink.co.uk>2007-08-22 15:17:50 +0100
commit6da58414a9eee009d293400155869319597bc171 (patch)
tree870031b23a9019da9d4ac6b5243219f5e9ba97f3
parent516af01cdf9a852ae94075acb6b4d4e6a7d4ca08 (diff)
remove idle.ini, no longer needed.
As idle is now just a mechnism, remove default key settings for timeout.
-rw-r--r--plugins/glue/idle/Makefile.am4
-rw-r--r--plugins/glue/idle/idle.ini4
2 files changed, 0 insertions, 8 deletions
diff --git a/plugins/glue/idle/Makefile.am b/plugins/glue/idle/Makefile.am
index c5d332d..d19439c 100644
--- a/plugins/glue/idle/Makefile.am
+++ b/plugins/glue/idle/Makefile.am
@@ -1,10 +1,6 @@
LOCAL_LIBIDLETIME_LIBS = $(top_builddir)/libidletime/libidletime.la
LOCAL_LIBIDLETIME_CFLAGS = -I$(top_srcdir)/libidletime
-EXTRA_DIST = $(Data_DATA)
-Datadir = @OHM_PLUGIN_CONF_DIR@
-Data_DATA = idle.ini
-
plugindir = @OHM_PLUGIN_DIR@
plugin_LTLIBRARIES = libohm_idle.la
libohm_idle_la_SOURCES = ohm-plugin-idle.c
diff --git a/plugins/glue/idle/idle.ini b/plugins/glue/idle/idle.ini
deleted file mode 100644
index 72605d6..0000000
--- a/plugins/glue/idle/idle.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-# idle preference values
-idle.timeout 5000 public
-idle.state 0 public
-