diff options
| author | Thiago Macieira <thiago.macieira@intel.com> | 2014-11-23 07:15:35 -0800 |
|---|---|---|
| committer | Thiago Macieira <thiago.macieira@intel.com> | 2014-12-31 13:36:09 +0100 |
| commit | 68a6cf54a06597edf428ab1c6adb0f3729f3da10 (patch) | |
| tree | afb202468445a5abd8813f787751c4f30e2cd546 /src/plugins/platforms/wayland/hardwareintegration/qwaylandclientbufferintegrationplugin.cpp | |
| parent | d2e278e4e2a155a74ca6f3e072bc53eb05bda5f7 (diff) | |
Remove unused members
Clang found two problems with this from QWaylandDataDeviceManager. First,
it's a class, not a struct. Second, nothing is using this private
member.
qwaylanddatadevicemanager_p.h:66:5: warning: struct 'wl_data_device_manager' was previously declared as a class [-Wmismatched-tags]
qwaylanddatadevicemanager_p.h:66:36: warning: private field 'm_data_device_manager' is not used [-Wunused-private-field]
And also this one:
qwaylandextendedoutput_p.h:61:21: warning: private field 'm_screen' is not used [-Wunused-private-field]
Change-Id: Ifc8f28f92190547dcb0a5319aa6fc14277894f15
Reviewed-by: Giulio Camuffo <giulio.camuffo@jollamobile.com>
Diffstat (limited to 'src/plugins/platforms/wayland/hardwareintegration/qwaylandclientbufferintegrationplugin.cpp')
0 files changed, 0 insertions, 0 deletions
