summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbviewport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics/rbviewport.cpp')
-rw-r--r--utils/themeeditor/graphics/rbviewport.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.cpp b/utils/themeeditor/graphics/rbviewport.cpp
index 33749fdb7f..274edd67fd 100644
--- a/utils/themeeditor/graphics/rbviewport.cpp
+++ b/utils/themeeditor/graphics/rbviewport.cpp
@@ -311,8 +311,6 @@ void RBViewport::saveGeometry()
311 node->modParam(static_cast<int>(origin.y()), baseParam + 1); 311 node->modParam(static_cast<int>(origin.y()), baseParam + 1);
312 node->modParam(static_cast<int>(bounds.width()), baseParam + 2); 312 node->modParam(static_cast<int>(bounds.width()), baseParam + 2);
313 node->modParam(static_cast<int>(bounds.height()), baseParam + 3); 313 node->modParam(static_cast<int>(bounds.height()), baseParam + 3);
314
315 doc->genCode();
316} 314}
317 315
318void RBViewport::alignLeft() 316void RBViewport::alignLeft()