-rw-r--r-- | library/qpeapplication.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index 4c93111..b5dff3a 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp | |||
@@ -1675,15 +1675,12 @@ void QPEApplication::hideOrQuit() | |||
1675 | #endif | 1675 | #endif |
1676 | else | 1676 | else |
1677 | quit(); | 1677 | quit(); |
1678 | } | 1678 | } |
1679 | 1679 | ||
1680 | 1680 | ||
1681 | // These 6 stubs below need 1.5K in the binary and besides that - | ||
1682 | // we are not using ancient toolchains anymore - sandman | ||
1683 | |||
1684 | #if defined(QT_QWS_IPAQ) || defined(QT_QWS_SHARP) | 1681 | #if defined(QT_QWS_IPAQ) || defined(QT_QWS_SHARP) |
1685 | 1682 | ||
1686 | // The libraries with the skiff package (and possibly others) have | 1683 | // The libraries with the skiff package (and possibly others) have |
1687 | // completely useless implementations of builtin new and delete that | 1684 | // completely useless implementations of builtin new and delete that |
1688 | // use about 50% of your CPU. Here we revert to the simple libc | 1685 | // use about 50% of your CPU. Here we revert to the simple libc |
1689 | // functions. | 1686 | // functions. |