Remove unused UserEventRegistrationBitFieldSize

It causes a clang warning (unused variable).

Change-Id: If3d0ec0a0b493a9b1d36e7a07db6cbe29bf789cb
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
bb10
Shawn Rutledge 2014-06-10 12:58:11 +02:00
parent afbc2c75e3
commit 201ec53247
1 changed files with 0 additions and 1 deletions

View File

@ -443,7 +443,6 @@ struct QBasicAtomicBitField {
} // unnamed namespace
static const int UserEventRegistrationBitFieldSize = QEvent::MaxUser - QEvent::User + 1;
typedef QBasicAtomicBitField<QEvent::MaxUser - QEvent::User + 1> UserEventTypeRegistry;
static UserEventTypeRegistry userEventTypeRegistry;