forked from AuroraMiddleware/gtk
passwordentry: Remove empty vfunc implementation
This commit is contained in:
parent
f4cb60dcca
commit
f2a2908c59
@ -192,12 +192,6 @@ gtk_password_entry_dispose (GObject *object)
|
||||
G_OBJECT_CLASS (gtk_password_entry_parent_class)->dispose (object);
|
||||
}
|
||||
|
||||
static void
|
||||
gtk_password_entry_finalize (GObject *object)
|
||||
{
|
||||
G_OBJECT_CLASS (gtk_password_entry_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
gtk_password_entry_set_property (GObject *object,
|
||||
guint prop_id,
|
||||
@ -380,7 +374,6 @@ gtk_password_entry_class_init (GtkPasswordEntryClass *klass)
|
||||
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
|
||||
|
||||
object_class->dispose = gtk_password_entry_dispose;
|
||||
object_class->finalize = gtk_password_entry_finalize;
|
||||
object_class->get_property = gtk_password_entry_get_property;
|
||||
object_class->set_property = gtk_password_entry_set_property;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user