summaryrefslogtreecommitdiff
path: root/location/module/module-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'location/module/module-internal.h')
-rw-r--r--location/module/module-internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/location/module/module-internal.h b/location/module/module-internal.h
index a782062..3a07ee8 100644
--- a/location/module/module-internal.h
+++ b/location/module/module-internal.h
@@ -60,14 +60,6 @@ typedef struct{
LocModWpsOps ops;
} LocationWpsMod;
-typedef struct{
- GMod* gmod;
- gpointer handler;
- gpointer (*init)(LocModCpsOps* ops);
- void (*shutdown)(gpointer handle);
- LocModCpsOps ops;
-} LocationCpsMod;
-
G_BEGIN_DECLS
gboolean module_init(void);