diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-15 16:03:32 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-15 16:03:32 +0000 |
commit | f17b415f930f3926cb5099dd8c88cd99259d6b26 (patch) | |
tree | 4af0d27df2d8006e3d9ecf81355b3b225292c6fb /hardinfo2/socket.h | |
parent | 4db081cacf5e5d9f45931396b1477ef03570f7c7 (diff) |
hddtemp support cleanup, fixes
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; }; |