Enable to get area size from area name
[apps/agl-service-windowmanager.git] / src / app.hpp
index e2f8d44..74361a2 100644 (file)
@@ -278,7 +278,6 @@ struct App
     void setTimer();
     void stopTimer();
     void processNextRequest();
-    //void currentAppInvisible(const std::string &role);
 
     const char *check_surface_exist(const char *drawing_name);
 
@@ -293,10 +292,7 @@ struct App
 
     // The following function is temporary.
     // Then will be removed when layermanager is finished
-    //void    lm_layout_change(const char *drawing_name);
-    //WMError lm_layout_change(const struct WMAction &action);
     WMError lm_release(const struct WMAction &action);
-    //void    lm_enddraw(const char *drawing_name);
 
   private:
     std::unordered_map<std::string, struct compositor::rect> area2size;