From f0ce616868fd0e35465b25517e4949dafb6ae73d Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 23 Feb 2011 19:28:29 -0600 Subject: [PATCH] let's add the Mouse constructor, that'd be a good idea --- src/archutils/Darwin/MouseDevice.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/archutils/Darwin/MouseDevice.cpp b/src/archutils/Darwin/MouseDevice.cpp index acd39acf96..3a205082a4 100644 --- a/src/archutils/Darwin/MouseDevice.cpp +++ b/src/archutils/Darwin/MouseDevice.cpp @@ -3,14 +3,12 @@ using __gnu_cxx::hash_map; -/* Mouse::Mouse() : id( InputDevice_Invalid ), x_axis( 0 ), x_min( 0 ), x_max( 0 ), y_axis( 0 ), y_min( 0 ), y_max( 0 ), z_axis( 0 ), z_min( 0 ), z_max( 0 ) { } -*/ bool MouseDevice::AddLogicalDevice( int usagePage, int usage ) {