raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=38bed2cd8a4212ab9dce95a40c1ae722144e98fd

commit 38bed2cd8a4212ab9dce95a40c1ae722144e98fd
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sat Aug 2 22:54:23 2014 +0900

    fix warning about unused var
---
 src/lib/ecore_x/ecore_x_vsync_tool.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/ecore_x/ecore_x_vsync_tool.c 
b/src/lib/ecore_x/ecore_x_vsync_tool.c
index bddca01..c6fa82e 100644
--- a/src/lib/ecore_x/ecore_x_vsync_tool.c
+++ b/src/lib/ecore_x/ecore_x_vsync_tool.c
@@ -104,9 +104,6 @@ _tick_notify(void *data EINA_UNUSED, Ecore_Thread *thread 
EINA_UNUSED, void *msg
 
    if (t)
      {
-        static double pt = 0.0;
-
-        pt = *t;
         _svr_broadcast_time(*t);
         free(t);
      }

-- 


Reply via email to