diff options
Diffstat (limited to 'hardinfo2/remote.c')
-rw-r--r-- | hardinfo2/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/remote.c b/hardinfo2/remote.c index 026f7d75..a5ff818f 100644 --- a/hardinfo2/remote.c +++ b/hardinfo2/remote.c @@ -62,7 +62,6 @@ * (Benchmarks can't be used remotely; Displays won't work remotely [unless we use * X forwarding, but that'll be local X11 info anyway]). */ - typedef struct _RemoteDialog RemoteDialog; struct _RemoteDialog { GtkWidget *dialog; @@ -571,3 +570,4 @@ static RemoteDialog *remote_dialog_new(GtkWidget * parent) return rd; } + |