diff --git a/src/device.c b/src/device.c index 34dc571..f0e5a1f 100644 --- a/src/device.c +++ b/src/device.c @@ -103,9 +103,6 @@ typedef struct { * what was passed as a username argument */ char *username; - /* type of storage */ - int storage_type; - /* Hashtable of connected clients */ GHashTable *clients;