Ecore_X: Remove check for shape extension version.

SVN revision: 62213
This commit is contained in:
Christopher Michael 2011-08-08 19:15:41 +00:00
parent 3d6132e64e
commit 5ded422d53
1 changed files with 1 additions and 4 deletions

View File

@ -37,10 +37,7 @@ _ecore_xcb_shape_finalize(void)
reply = xcb_shape_query_version_reply(_ecore_xcb_conn, cookie, NULL);
if (reply)
{
if ((reply->major_version >= XCB_SHAPE_MAJOR_VERSION) &&
(reply->minor_version >= XCB_SHAPE_MINOR_VERSION))
_shape_avail = EINA_TRUE;
_shape_avail = EINA_TRUE;
free(reply);
}