summaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 12:03:35 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:30:49 +0200
commit04540dd41d0b3c1fad72b3074c0511dadc947657 (patch)
treedfb9d8f44786fd06ff18519148ab5834c4a162e8 /src/app.cpp
parent4ab39c8429002fdfcf86d744cb37e8c82fc6a657 (diff)
remove some unnuecessary comments
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
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); });
}