diff options
author | Shane Kearns <shane.kearns@sosco.com> | 2009-09-17 07:48:07 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@sosco.com> | 2009-09-17 12:32:49 (GMT) |
commit | ba60db073755e2e60cfc0899355b45bcb2bce639 (patch) | |
tree | 0b6cb94a1c4af0f5f7e9369dcc27a64d2ca3d32b /src/gui/kernel/qapplication_s60.cpp | |
parent | 00d172411920920fa3cb120506a898889e724148 (diff) | |
download | Qt-ba60db073755e2e60cfc0899355b45bcb2bce639.zip Qt-ba60db073755e2e60cfc0899355b45bcb2bce639.tar.gz Qt-ba60db073755e2e60cfc0899355b45bcb2bce639.tar.bz2 |
Fix unused variable compiler warning
Removed UID that wasn't used.
Reviewed-by: Jason Barron
Diffstat (limited to 'src/gui/kernel/qapplication_s60.cpp')
-rw-r--r-- | src/gui/kernel/qapplication_s60.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |