Remove hmi-debug.h
[apps/agl-service-windowmanager-2017.git] / src / window_manager.cpp
index 22f411a..8f3236f 100644 (file)
@@ -307,7 +307,7 @@ result<int> WindowManager::api_request_surface(char const *appid, char const *dr
 char const *WindowManager::api_request_surface(char const *appid, char const *drawing_name,
                                      char const *ivi_id)
 {
-    ST();
+    ;
 
     // TODO: application requests by old role,
     //       so convert role old to new
@@ -450,7 +450,7 @@ bool WindowManager::api_set_role(char const *appid, char const *drawing_name, un
 void WindowManager::api_activate_surface(char const *appid, char const *drawing_name,
                                char const *drawing_area, const reply_func &reply)
 {
-    ST();
+    ;
 
     // TODO: application requests by old role,
     //       so convert role old to new
@@ -514,7 +514,7 @@ void WindowManager::api_activate_surface(char const *appid, char const *drawing_
 void WindowManager::api_deactivate_surface(char const *appid, char const *drawing_name,
                                  const reply_func &reply)
 {
-    ST();
+    ;
 
     // TODO: application requests by old role,
     //       so convert role old to new