diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-14 03:09:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-14 03:09:18 +0300 |
commit | 11a02af132567b6ef709ce0b20113375dcad5db7 (patch) | |
tree | b0c1813df42858b8948c984202968eda7e3e4645 /src/test/testlauncher.cpp | |
parent | 3206e9b2b839c603a6857a80f73fc814647e2fbc (diff) | |
download | plus-11a02af132567b6ef709ce0b20113375dcad5db7.tar.gz plus-11a02af132567b6ef709ce0b20113375dcad5db7.tar.bz2 plus-11a02af132567b6ef709ce0b20113375dcad5db7.tar.xz plus-11a02af132567b6ef709ce0b20113375dcad5db7.zip |
Remove copy constructor from ClipRect class.
Diffstat (limited to 'src/test/testlauncher.cpp')
-rw-r--r-- | src/test/testlauncher.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/testlauncher.cpp b/src/test/testlauncher.cpp index ffe16e8e7..4f844a7cc 100644 --- a/src/test/testlauncher.cpp +++ b/src/test/testlauncher.cpp @@ -504,6 +504,7 @@ int TestLauncher::testStackSpeed() #if defined __linux__ || defined __linux +/* for (int d = 0; d < 100; d ++) { for (int f = 0; f < sz; f ++) @@ -571,6 +572,7 @@ int TestLauncher::testStackSpeed() printf("debug: %d\n", stack2.top().xOffset); printf("my time: %ld\n", diff); +*/ #endif return 0; } |