diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-28 13:47:50 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-28 22:34:22 +0200 |
commit | 1b05f8686849527698c960fb79624a544f21e71c (patch) | |
tree | e393d110fb4af110cd48daa90898d9d4cfd77c09 | |
parent | 0de21643a9ab3e9e906195752b5f0c76a1cd0bc9 (diff) |
Bin one more too repetitive log line
Change-Id: I0ab4ecc4791cd319c8c25583e5207dcfc66b0fac
-rw-r--r-- | vcl/android/androidinst.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index 5f8df7363032..5c9fb78a3e4a 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -754,7 +754,6 @@ public: if (rDamageRect.getWidth() <= 0 || rDamageRect.getHeight() <= 0) { - LOGE("Damage region has zero or negative size"); return; } Rectangle aRect( std::max((long) 0, (long) rDamageRect.getMinX() ), |