summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputcontext.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-11-23 07:15:35 -0800
committerThiago Macieira <thiago.macieira@intel.com>2014-12-31 13:36:09 +0100
commitc574c14cb62fda7026d11ee58194411e84a91960 (patch)
tree2452e6a47513e1eafc1682412398b6fd495783cb /src/client/qwaylandinputcontext.cpp
parent19f688dac38ba439dc5068fc6ad02dc271422702 (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/client/qwaylandinputcontext.cpp')
0 files changed, 0 insertions, 0 deletions