[gtk+] mir: display->list_devices vfunc was dropped



commit 1e27fe83ea25e332b82945e4ddda6130dd84c2a0
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Mar 2 10:23:10 2016 +0100

    mir: display->list_devices vfunc was dropped
    
    See 4a6f8a065abace71c0ca32d959ec9b86628bffaa
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762891

 gdk/mir/gdkmirdisplay.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/gdk/mir/gdkmirdisplay.c b/gdk/mir/gdkmirdisplay.c
index 73f8bcf..ffcee8a 100644
--- a/gdk/mir/gdkmirdisplay.c
+++ b/gdk/mir/gdkmirdisplay.c
@@ -361,14 +361,6 @@ gdk_mir_display_get_cursor_for_surface (GdkDisplay      *display,
   return NULL;
 }
 
-static GList *
-gdk_mir_display_list_devices (GdkDisplay *display)
-{
-  //g_printerr ("gdk_mir_display_list_devices\n");
-  // FIXME: Should this access the device manager?
-  return NULL;
-}
-
 static GdkAppLaunchContext *
 gdk_mir_display_get_app_launch_context (GdkDisplay *display)
 {
@@ -753,7 +745,6 @@ gdk_mir_display_class_init (GdkMirDisplayClass *klass)
   display_class->get_cursor_for_type = gdk_mir_display_get_cursor_for_type;
   display_class->get_cursor_for_name = gdk_mir_display_get_cursor_for_name;
   display_class->get_cursor_for_surface = gdk_mir_display_get_cursor_for_surface;
-  display_class->list_devices = gdk_mir_display_list_devices;
   display_class->get_app_launch_context = gdk_mir_display_get_app_launch_context;
   display_class->before_process_all_updates = gdk_mir_display_before_process_all_updates;
   display_class->after_process_all_updates = gdk_mir_display_after_process_all_updates;


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