remove some unnuecessary comments
[staging/windowmanager.git] / src / app.cpp
index 88ee0fa..ac04336 100644 (file)
  * 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); });
 }