summaryrefslogtreecommitdiff
path: root/engine/dconf-engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/dconf-engine.h')
-rw-r--r--engine/dconf-engine.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engine/dconf-engine.h b/engine/dconf-engine.h
index a7677d3..0b969a2 100644
--- a/engine/dconf-engine.h
+++ b/engine/dconf-engine.h
@@ -30,14 +30,6 @@ typedef struct _DConfEngine DConfEngine;
typedef struct _DConfEngineCallHandle DConfEngineCallHandle;
-typedef enum
-{
- DCONF_ERROR_FAILED,
- DCONF_ERROR_NOT_WRITABLE
-} DConfEngineError;
-
-#define DCONF_ERROR (g_quark_from_static_string ("dconf error quark"))
-
/* These functions need to be implemented by the client library */
G_GNUC_INTERNAL
void dconf_engine_dbus_init_for_testing (void);