Ecore_X: Oopsie, don't need those dbg statements anymore.

SVN revision: 61725
This commit is contained in:
Christopher Michael 2011-07-26 05:55:25 +00:00
parent 37b122117e
commit 210b6dcc9b
1 changed files with 0 additions and 3 deletions

View 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)
{