Remove hmi-debug.h
[apps/agl-service-windowmanager-2017.git] / src / wayland_ivi_wm.cpp
index 48d7bb4..fde16b3 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include "wayland_ivi_wm.hpp"
-#include "hmi-debug.h"
+#include "util.hpp"
 
 /**
  * namespace wl
@@ -41,10 +41,9 @@ int display::dispatch_pending() { return wl_display_dispatch_pending(this->d.get
 
 int display::read_events()
 {
-    ST();
+    ;
     while (wl_display_prepare_read(this->d.get()) == -1)
     {
-        STN(pending_events_dispatch);
         if (wl_display_dispatch_pending(this->d.get()) == -1)
         {
             return -1;