mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-28 07:06:04 +00:00
Remove duplicated struct definition
This commit is contained in:
parent
c191d0ba53
commit
760a503f8e
@ -29,8 +29,6 @@ G_DEFINE_TYPE (VirtViewerNotebook, virt_viewer_notebook, GTK_TYPE_NOTEBOOK)
|
||||
#define GET_PRIVATE(o) \
|
||||
(G_TYPE_INSTANCE_GET_PRIVATE ((o), VIRT_VIEWER_TYPE_NOTEBOOK, VirtViewerNotebookPrivate))
|
||||
|
||||
typedef struct _VirtViewerNotebookPrivate VirtViewerNotebookPrivate;
|
||||
|
||||
struct _VirtViewerNotebookPrivate {
|
||||
GtkWidget *status;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user