summaryrefslogtreecommitdiffstats
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/server.h b/server.h
index 63f2bf6..fbd5715 100644
--- a/server.h
+++ b/server.h
@@ -2,7 +2,6 @@
#define fooflxserverhfoo
typedef struct _flxEntry flxEntry;
-typedef struct _flxResponseJob flxResponseJob;
#include "flx.h"
#include "iface.h"
@@ -23,12 +22,6 @@ struct _flxEntry {
FLX_LLIST_FIELDS(flxEntry, by_id);
};
-struct _flxResponseJob {
- flxTimeEvent *time_event;
- flxRecord *record;
- FLX_LLIST_FIELDS(flxResponseJob, response);
-};
-
struct _flxServer {
GMainContext *context;
flxInterfaceMonitor *monitor;