Ecore_X: Oopsie, don't need those dbg statements anymore.
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 26 Jul 2011 05:55:25 +0000 (05:55 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 26 Jul 2011 05:55:25 +0000 (05:55 +0000)
SVN revision: 61725

legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb.c

index 9db47c8..0980d3f 100644 (file)
@@ -142,11 +142,8 @@ ecore_x_init(const char *name)
           }
 
         _real_display = dlsym(libxlib, "XOpenDisplay");
-        if (_real_display) DBG("Have Real Display Symd");
         _real_connection = dlsym(libxcb, "XGetXCBConnection");
-        if (_real_connection) DBG("Have Real Connection Symd");
         _real_queue = dlsym(libxcb, "XSetEventQueueOwner");
-        if (_real_queue) DBG("Have Real Queue Symd");
 
         if (_real_display) 
           {