diff options
author | Pablo Barciela <[email protected]> | 2019-11-06 18:29:28 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-10 13:10:16 +0100 |
commit | 6ca0191aa54ffd45fc174aec24af17bb7ad4b1c7 (patch) | |
tree | 10fdeece5c471f6e47fd0ffab73295fe1ced1215 /baobab/src/baobab-remote-connect-dialog.c | |
parent | 3d2fe795cdd32d468fac93cdbbdf371a1553d903 (diff) | |
download | mate-utils-6ca0191aa54ffd45fc174aec24af17bb7ad4b1c7.tar.bz2 mate-utils-6ca0191aa54ffd45fc174aec24af17bb7ad4b1c7.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'baobab/src/baobab-remote-connect-dialog.c')
-rw-r--r-- | baobab/src/baobab-remote-connect-dialog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/baobab/src/baobab-remote-connect-dialog.c b/baobab/src/baobab-remote-connect-dialog.c index 08d836f6..e892e06d 100644 --- a/baobab/src/baobab-remote-connect-dialog.c +++ b/baobab/src/baobab-remote-connect-dialog.c @@ -54,9 +54,6 @@ struct _BaobabRemoteConnectDialogDetails { GtkWidget *user_entry; }; -static void baobab_remote_connect_dialog_class_init (BaobabRemoteConnectDialogClass *class); -static void baobab_remote_connect_dialog_init (BaobabRemoteConnectDialog *dialog); - G_DEFINE_TYPE(BaobabRemoteConnectDialog, baobab_remote_connect_dialog, GTK_TYPE_DIALOG) #define RESPONSE_CONNECT GTK_RESPONSE_OK |