summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/config.h b/src/config.h
index 55eeed4..c0ef323 100644
--- a/src/config.h
+++ b/src/config.h
@@ -26,14 +26,6 @@ typedef struct MqConfig MqConfig;
#include <glib.h>
-struct MqConfig {
- gchar *profile;
- gchar *file_name;
- GKeyFile *key_file;
- gboolean types_and_cbs_set;
- GHashTable *types_and_cbs;
-};
-
typedef void (*MqConfigBooleanCallback)(MqConfig *,
const gchar *, const gboolean, gpointer);
typedef void (*MqConfigIntegerCallback)(MqConfig *,