From ba60db073755e2e60cfc0899355b45bcb2bce639 Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Thu, 17 Sep 2009 09:48:07 +0200 Subject: Fix unused variable compiler warning Removed UID that wasn't used. Reviewed-by: Jason Barron --- src/gui/kernel/qapplication_s60.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/kernel/qapplication_s60.cpp b/src/gui/kernel/qapplication_s60.cpp index c7cba2b..4573c71 100644 --- a/src/gui/kernel/qapplication_s60.cpp +++ b/src/gui/kernel/qapplication_s60.cpp @@ -855,7 +855,6 @@ void qt_init(QApplicationPrivate * /* priv */, int) //Check if mouse interaction is supported (either EMouse=1 in the HAL, or EMachineUID is one of the phones known to support this) const TInt KMachineUidSamsungI8510 = 0x2000C51E; - const TInt KMachineUidSamsungI550 = 0x2000A678; TInt machineUID; TInt mouse; TInt touch; -- cgit v0.12