mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
filechooser: Remove some unused code
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
This commit is contained in:
parent
cef1465e88
commit
7e2c467e64
@ -281,8 +281,6 @@ static void gtk_file_chooser_default_hierarchy_changed (GtkWidget *
|
|||||||
static void gtk_file_chooser_default_style_updated (GtkWidget *widget);
|
static void gtk_file_chooser_default_style_updated (GtkWidget *widget);
|
||||||
static void gtk_file_chooser_default_screen_changed (GtkWidget *widget,
|
static void gtk_file_chooser_default_screen_changed (GtkWidget *widget,
|
||||||
GdkScreen *previous_screen);
|
GdkScreen *previous_screen);
|
||||||
static void gtk_file_chooser_default_size_allocate (GtkWidget *widget,
|
|
||||||
GtkAllocation *allocation);
|
|
||||||
|
|
||||||
static gboolean gtk_file_chooser_default_set_current_folder (GtkFileChooser *chooser,
|
static gboolean gtk_file_chooser_default_set_current_folder (GtkFileChooser *chooser,
|
||||||
GFile *folder,
|
GFile *folder,
|
||||||
@ -505,7 +503,6 @@ _gtk_file_chooser_default_class_init (GtkFileChooserDefaultClass *class)
|
|||||||
widget_class->hierarchy_changed = gtk_file_chooser_default_hierarchy_changed;
|
widget_class->hierarchy_changed = gtk_file_chooser_default_hierarchy_changed;
|
||||||
widget_class->style_updated = gtk_file_chooser_default_style_updated;
|
widget_class->style_updated = gtk_file_chooser_default_style_updated;
|
||||||
widget_class->screen_changed = gtk_file_chooser_default_screen_changed;
|
widget_class->screen_changed = gtk_file_chooser_default_screen_changed;
|
||||||
widget_class->size_allocate = gtk_file_chooser_default_size_allocate;
|
|
||||||
|
|
||||||
signals[LOCATION_POPUP] =
|
signals[LOCATION_POPUP] =
|
||||||
g_signal_new_class_handler (I_("location-popup"),
|
g_signal_new_class_handler (I_("location-popup"),
|
||||||
@ -6003,13 +6000,6 @@ gtk_file_chooser_default_screen_changed (GtkWidget *widget,
|
|||||||
profile_end ("end", NULL);
|
profile_end ("end", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
gtk_file_chooser_default_size_allocate (GtkWidget *widget,
|
|
||||||
GtkAllocation *allocation)
|
|
||||||
{
|
|
||||||
GTK_WIDGET_CLASS (_gtk_file_chooser_default_parent_class)->size_allocate (widget, allocation);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
set_sort_column (GtkFileChooserDefault *impl)
|
set_sort_column (GtkFileChooserDefault *impl)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user