Remove unused variables and functions from the source code
Change-Id: I5f37414ee4846b4fe774361f49367bc0d5874039 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>bb10
parent
83e074c31a
commit
4c5b503f33
|
|
@ -333,11 +333,6 @@ static inline QString ftpScheme()
|
|||
return QStringLiteral("ftp");
|
||||
}
|
||||
|
||||
static inline QString httpScheme()
|
||||
{
|
||||
return QStringLiteral("http");
|
||||
}
|
||||
|
||||
static inline QString fileScheme()
|
||||
{
|
||||
return QStringLiteral("file");
|
||||
|
|
|
|||
|
|
@ -93,11 +93,6 @@ static inline QDate fixedDate(int y, int m, int d)
|
|||
return result;
|
||||
}
|
||||
|
||||
static inline qint64 floordiv(qint64 a, qint64 b)
|
||||
{
|
||||
return (a - (a < 0 ? b-1 : 0)) / b;
|
||||
}
|
||||
|
||||
static inline qint64 floordiv(qint64 a, int b)
|
||||
{
|
||||
return (a - (a < 0 ? b-1 : 0)) / b;
|
||||
|
|
|
|||
|
|
@ -2789,111 +2789,6 @@ QInputMethod *QGuiApplication::inputMethod()
|
|||
QFontDatabase::removeApplicationFont()
|
||||
*/
|
||||
|
||||
// These pixmaps approximate the images in the Windows User Interface Guidelines.
|
||||
|
||||
// XPM
|
||||
|
||||
static const char * const move_xpm[] = {
|
||||
"11 20 3 1",
|
||||
". c None",
|
||||
"a c #FFFFFF",
|
||||
"X c #000000", // X11 cursor is traditionally black
|
||||
"aa.........",
|
||||
"aXa........",
|
||||
"aXXa.......",
|
||||
"aXXXa......",
|
||||
"aXXXXa.....",
|
||||
"aXXXXXa....",
|
||||
"aXXXXXXa...",
|
||||
"aXXXXXXXa..",
|
||||
"aXXXXXXXXa.",
|
||||
"aXXXXXXXXXa",
|
||||
"aXXXXXXaaaa",
|
||||
"aXXXaXXa...",
|
||||
"aXXaaXXa...",
|
||||
"aXa..aXXa..",
|
||||
"aa...aXXa..",
|
||||
"a.....aXXa.",
|
||||
"......aXXa.",
|
||||
".......aXXa",
|
||||
".......aXXa",
|
||||
"........aa."};
|
||||
|
||||
|
||||
/* XPM */
|
||||
static const char * const copy_xpm[] = {
|
||||
"24 30 3 1",
|
||||
". c None",
|
||||
"a c #000000",
|
||||
"X c #FFFFFF",
|
||||
"XX......................",
|
||||
"XaX.....................",
|
||||
"XaaX....................",
|
||||
"XaaaX...................",
|
||||
"XaaaaX..................",
|
||||
"XaaaaaX.................",
|
||||
"XaaaaaaX................",
|
||||
"XaaaaaaaX...............",
|
||||
"XaaaaaaaaX..............",
|
||||
"XaaaaaaaaaX.............",
|
||||
"XaaaaaaXXXX.............",
|
||||
"XaaaXaaX................",
|
||||
"XaaXXaaX................",
|
||||
"XaX..XaaX...............",
|
||||
"XX...XaaX...............",
|
||||
"X.....XaaX..............",
|
||||
"......XaaX..............",
|
||||
".......XaaX.............",
|
||||
".......XaaX.............",
|
||||
"........XX...aaaaaaaaaaa",
|
||||
".............aXXXXXXXXXa",
|
||||
".............aXXXXXXXXXa",
|
||||
".............aXXXXaXXXXa",
|
||||
".............aXXXXaXXXXa",
|
||||
".............aXXaaaaaXXa",
|
||||
".............aXXXXaXXXXa",
|
||||
".............aXXXXaXXXXa",
|
||||
".............aXXXXXXXXXa",
|
||||
".............aXXXXXXXXXa",
|
||||
".............aaaaaaaaaaa"};
|
||||
|
||||
/* XPM */
|
||||
static const char * const link_xpm[] = {
|
||||
"24 30 3 1",
|
||||
". c None",
|
||||
"a c #000000",
|
||||
"X c #FFFFFF",
|
||||
"XX......................",
|
||||
"XaX.....................",
|
||||
"XaaX....................",
|
||||
"XaaaX...................",
|
||||
"XaaaaX..................",
|
||||
"XaaaaaX.................",
|
||||
"XaaaaaaX................",
|
||||
"XaaaaaaaX...............",
|
||||
"XaaaaaaaaX..............",
|
||||
"XaaaaaaaaaX.............",
|
||||
"XaaaaaaXXXX.............",
|
||||
"XaaaXaaX................",
|
||||
"XaaXXaaX................",
|
||||
"XaX..XaaX...............",
|
||||
"XX...XaaX...............",
|
||||
"X.....XaaX..............",
|
||||
"......XaaX..............",
|
||||
".......XaaX.............",
|
||||
".......XaaX.............",
|
||||
"........XX...aaaaaaaaaaa",
|
||||
".............aXXXXXXXXXa",
|
||||
".............aXXXaaaaXXa",
|
||||
".............aXXXXaaaXXa",
|
||||
".............aXXXaaaaXXa",
|
||||
".............aXXaaaXaXXa",
|
||||
".............aXXaaXXXXXa",
|
||||
".............aXXaXXXXXXa",
|
||||
".............aXXXaXXXXXa",
|
||||
".............aXXXXXXXXXa",
|
||||
".............aaaaaaaaaaa"};
|
||||
|
||||
QPixmap QGuiApplicationPrivate::getPixmapCursor(Qt::CursorShape cshape)
|
||||
{
|
||||
Q_UNUSED(cshape);
|
||||
|
|
|
|||
|
|
@ -48,8 +48,6 @@
|
|||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
static const qreal aliasedCoordinateDelta = 0.5 - 0.015625;
|
||||
|
||||
#define qreal_to_fixed_26_6(f) (int(f * 64))
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -852,7 +852,6 @@ QByteArray QAuthenticatorPrivate::digestMd5Response(const QByteArray &challenge,
|
|||
//************************Global variables***************************
|
||||
|
||||
const int blockSize = 64; //As per RFC2104 Block-size is 512 bits
|
||||
const int nDigestLen = 16; //Trunctaion Length of the Hmac-Md5 digest
|
||||
const quint8 respversion = 1;
|
||||
const quint8 hirespversion = 1;
|
||||
|
||||
|
|
|
|||
|
|
@ -226,26 +226,6 @@ void QIBusPlatformInputContext::updatePreeditText(const QDBusVariant &text, uint
|
|||
}
|
||||
|
||||
|
||||
/* Kernel keycode -> X keycode table */
|
||||
static const unsigned int keycode_table[256] = {
|
||||
0, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23,
|
||||
24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55,
|
||||
56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71,
|
||||
72, 73, 74, 75, 76, 77, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87,
|
||||
88, 89, 90, 91, 111, 221, 94, 95, 96, 211, 128, 127, 129, 208, 131, 126,
|
||||
108, 109, 112, 111, 113, 181, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107,
|
||||
239, 160, 174, 176, 222, 157, 123, 110, 139, 134, 209, 210, 133, 115, 116, 117,
|
||||
232, 133, 134, 135, 140, 248, 191, 192, 122, 188, 245, 158, 161, 193, 223, 227,
|
||||
198, 199, 200, 147, 159, 151, 178, 201, 146, 203, 166, 236, 230, 235, 234, 233,
|
||||
163, 204, 253, 153, 162, 144, 164, 177, 152, 190, 208, 129, 130, 231, 209, 210,
|
||||
136, 220, 143, 246, 251, 137, 138, 182, 183, 184, 93, 184, 247, 132, 170, 219,
|
||||
249, 205, 207, 149, 150, 154, 155, 167, 168, 169, 171, 172, 173, 165, 175, 179,
|
||||
180, 0, 185, 186, 187, 118, 119, 120, 121, 229, 194, 195, 196, 197, 148, 202,
|
||||
101, 212, 237, 214, 215, 216, 217, 218, 228, 142, 213, 240, 241, 242, 243, 244,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
||||
};
|
||||
|
||||
bool
|
||||
QIBusPlatformInputContext::x11FilterEvent(uint keyval, uint keycode, uint state, bool press)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -183,14 +183,6 @@ static const QStyle::SubControl SubControls[] =
|
|||
};
|
||||
static const int NumSubControls = sizeof(SubControls) / sizeof(SubControls[0]);
|
||||
|
||||
static const QStyle::StandardPixmap ButtonPixmaps[] =
|
||||
{
|
||||
QStyle::SP_TitleBarMinButton,
|
||||
QStyle::SP_TitleBarNormalButton,
|
||||
QStyle::SP_TitleBarCloseButton
|
||||
};
|
||||
static const int NumButtonPixmaps = sizeof(ButtonPixmaps) / sizeof(ButtonPixmaps[0]);
|
||||
|
||||
static const Qt::WindowFlags CustomizeWindowFlags =
|
||||
Qt::FramelessWindowHint
|
||||
| Qt::CustomizeWindowHint
|
||||
|
|
|
|||
Loading…
Reference in New Issue