author | sandman <sandman> | 2002-12-08 22:34:56 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-08 22:34:56 (UTC) |
commit | bada5d6377a428a96527d465903df7fbabc9d337 (patch) (side-by-side diff) | |
tree | 4ab4466889a6b2395260614fb5f5f3725d1c6b9d | |
parent | 3023dd47eefe179c245a186dd0870c2b4a76a4ae (diff) | |
download | opie-bada5d6377a428a96527d465903df7fbabc9d337.zip opie-bada5d6377a428a96527d465903df7fbabc9d337.tar.gz opie-bada5d6377a428a96527d465903df7fbabc9d337.tar.bz2 |
operator new is still completly useless in newer gcc 2.95 toolchains
(~7 times slower than the malloc wrappers)
-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 @@ -1680,5 +1680,2 @@ void QPEApplication::hideOrQuit() -// These 6 stubs below need 1.5K in the binary and besides that - -// we are not using ancient toolchains anymore - sandman - #if defined(QT_QWS_IPAQ) || defined(QT_QWS_SHARP) |