summaryrefslogtreecommitdiff
path: root/idl/GNOME_SettingsDaemon.idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl/GNOME_SettingsDaemon.idl')
-rw-r--r--idl/GNOME_SettingsDaemon.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/idl/GNOME_SettingsDaemon.idl b/idl/GNOME_SettingsDaemon.idl
deleted file mode 100644
index 48aa118c1..000000000
--- a/idl/GNOME_SettingsDaemon.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef GNOME_SETTINGS_DAEMON_IDL
-#define GNOME_SETTINGS_DAEMON_IDL
-
-#include <Bonobo.idl>
-
-module GNOME {
-
- interface SettingsDaemon : Bonobo::Unknown {
- boolean awake (in string service);
- };
-};
-
-#endif