[gnome-commander] Removed forgotten declarations



commit 428d80926879e28775fceebfe6c6069d09faef51
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Jan 23 23:52:11 2011 +0100

    Removed forgotten declarations

 src/gnome-cmd-chmod-dialog.h |    2 --
 src/gnome-cmd-chown-dialog.h |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/gnome-cmd-chmod-dialog.h b/src/gnome-cmd-chmod-dialog.h
index f58e890..7c08e18 100644
--- a/src/gnome-cmd-chmod-dialog.h
+++ b/src/gnome-cmd-chmod-dialog.h
@@ -46,6 +46,4 @@ struct GnomeCmdChmodDialogClass
 
 GtkWidget *gnome_cmd_chmod_dialog_new (GList *files);
 
-GtkType gnome_cmd_chmod_dialog_get_type ();
-
 #endif // __GNOME_CMD_CHMOD_DIALOG_H__
diff --git a/src/gnome-cmd-chown-dialog.h b/src/gnome-cmd-chown-dialog.h
index 3355ba7..2f69fdf 100644
--- a/src/gnome-cmd-chown-dialog.h
+++ b/src/gnome-cmd-chown-dialog.h
@@ -47,6 +47,4 @@ struct GnomeCmdChownDialogClass
 
 GtkWidget *gnome_cmd_chown_dialog_new (GList *files);
 
-GtkType gnome_cmd_chown_dialog_get_type ();
-
 #endif // __GNOME_CMD_CHOWN_DIALOG_H__



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]