diff options
Diffstat (limited to 'hardinfo2/socket.h')
-rw-r--r-- | hardinfo2/socket.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hardinfo2/socket.h b/hardinfo2/socket.h index 4c8fddb2..db34c552 100644 --- a/hardinfo2/socket.h +++ b/hardinfo2/socket.h @@ -22,8 +22,6 @@ typedef struct _Socket Socket; struct _Socket { - gchar *host; - gint port; gint sock; }; |