diff options
Diffstat (limited to 'drivemount/drivemount.c')
-rw-r--r-- | drivemount/drivemount.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c index 57a7031a..433aa6cc 100644 --- a/drivemount/drivemount.c +++ b/drivemount/drivemount.c @@ -132,17 +132,10 @@ display_help (GtkAction *action, screen = gtk_widget_get_screen (GTK_WIDGET (drive_list)); -#if GTK_CHECK_VERSION (3, 22, 0) gtk_show_uri_on_window (NULL, "help:mate-drivemount", gtk_get_current_event_time (), &error); -#else - gtk_show_uri (screen, - "help:mate-drivemount", - gtk_get_current_event_time (), - &error); -#endif if (error) { GtkWidget *dialog; |