summaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-16 14:52:40 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-16 14:52:50 +0200
commit0c9c1107ad673bc9a4977d57041c936678429a1e (patch)
treea13516c5c19005fc4a8a0056d9818ca2189da732 /src/app.cpp
parentd08e5d1a943b65ece5ca519c200ab2c0359f51d7 (diff)
app: some more constructor security
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 779997a..db0a5e3 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -297,7 +297,6 @@ void App::surface_set_layout(uint32_t surface_id) {
if (h < 0) {
h = this->controller->output_size.h + 1 + h;
}
- logdebug("Computed rect={ %d, %d, %d, %d }", x, y, w, h);
// configure surface to wxh dimensions
s->set_configuration(w, h);