aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 88ee0fa..ac04336 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -14,10 +14,6 @@
* limitations under the License.
*/
-//
-// Created by mfritzsc on 7/11/17.
-//
-
#include "app.hpp"
#include "json_helper.hpp"
#include "layers.hpp"
@@ -375,7 +371,6 @@ void App::surface_created(uint32_t surface_id) {
DB("surface_id is " << surface_id);
// We need to execute the surface setup after its creation.
- // XXX: perhaps move the late-tasks functionality to App?
this->add_task("surface_set_layout",
[surface_id, this] { this->surface_set_layout(surface_id); });
}