[gnome-settings-daemon/wip/carlosg/remove-device-mapper: 81/84] common: Drop GsdDeviceManager



commit aa2cd162bfee52b92624ad7f916247e59941cf40
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Apr 20 19:53:04 2018 +0200

    common: Drop GsdDeviceManager
    
    It is now unused.

 plugins/common/gsd-common-enums.c.in     |  40 ---
 plugins/common/gsd-common-enums.h.in     |  27 --
 plugins/common/gsd-device-manager-udev.c | 276 --------------------
 plugins/common/gsd-device-manager-udev.h |  43 ---
 plugins/common/gsd-device-manager-x11.c  | 242 -----------------
 plugins/common/gsd-device-manager-x11.h  |  44 ----
 plugins/common/gsd-device-manager.c      | 433 -------------------------------
 plugins/common/gsd-device-manager.h      | 111 --------
 plugins/common/meson.build               |  19 --
 9 files changed, 1235 deletions(-)
---
diff --git a/plugins/common/meson.build b/plugins/common/meson.build
index fa95443f..d51e3d67 100644
--- a/plugins/common/meson.build
+++ b/plugins/common/meson.build
@@ -1,24 +1,11 @@
 common_inc = include_directories('.')
 
 sources = files(
-  'gsd-device-manager.c',
-  'gsd-device-manager-x11.c',
   'gsd-input-helper.c',
   'gsd-settings-migrate.c',
   'gsd-shell-helper.c'
 )
 
-enums_header = 'gsd-device-manager.h'
-
-enums = 'gsd-common-enums'
-
-sources += gnome.mkenums(
-  enums,
-  sources: enums_header,
-  c_template: enums + '.c.in',
-  h_template: enums + '.h.in'
-)
-
 resource_data = files('gtk.css')
 
 sources += gnome.compile_resources(
@@ -41,12 +28,6 @@ if host_is_darwin
   ldflags += ['-Wl,-bundle_loader,@0@'.format(join_paths(), meson.build_root(), meson.project_name(), 
meson.project_name())]
 endif
 
-if enable_wayland
-  sources += files('gsd-device-manager-udev.c')
-
-  deps += [wayland_gdk_dep, gudev_dep]
-endif
-
 if enable_wacom
   deps += libwacom_dep
 endif


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