Remove unnecessary function 13/18413/1
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thu, 29 Nov 2018 11:52:41 +0000 (20:52 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thu, 29 Nov 2018 11:53:23 +0000 (20:53 +0900)
Forgot removing the function.
The function was removed in the previous commit.

Change-Id: Ieab08aa116b7b8109022ff6983582da6085039dd
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/window_manager.hpp

index 739abee..8bfdb0f 100644 (file)
@@ -217,8 +217,6 @@ class WindowManager
     void stopTimer();
     void processNextRequest();
 
-    int loadOldRoleDb();
-
   private:
     std::map<std::string, struct afb_event> map_afb_event;
     std::unordered_map<std::string, struct rect> area2size;