summaryrefslogtreecommitdiff
path: root/registryd/deviceeventcontroller.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2021-11-23 11:48:37 -0600
committerFederico Mena Quintero <federico@gnome.org>2021-11-23 11:48:37 -0600
commit81ddc76d3be0df0ac017addb4621fa34534b8266 (patch)
tree0ffec46b3f8a673620dc9adad5dc0a809ab06684 /registryd/deviceeventcontroller.h
parent1e91fc4cff2080696be914e26f4cdf0bf32d1550 (diff)
downloadat-spi2-core-81ddc76d3be0df0ac017addb4621fa34534b8266.tar.gz
Remove the priv field from struct _SpiDEController
For now we use the deprecated G_TYPE_INSTANCE_GET_PRIVATE() everywhere, but this will let us easily switch to the non-deprecated way of using private data for objects.
Diffstat (limited to 'registryd/deviceeventcontroller.h')
-rw-r--r--registryd/deviceeventcontroller.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/registryd/deviceeventcontroller.h b/registryd/deviceeventcontroller.h
index 94c01cfa..46ea1697 100644
--- a/registryd/deviceeventcontroller.h
+++ b/registryd/deviceeventcontroller.h
@@ -52,7 +52,6 @@ struct _SpiDEController {
GList *keygrabs_list;
GQueue *message_queue;
guint message_queue_idle;
- gpointer priv;
};
typedef enum {