we should try if shm is available

SVN revision: 41974
This commit is contained in:
Vincent Torri 2009-08-25 15:23:15 +00:00
parent e005dd2479
commit 86dab3bef7
1 changed files with 0 additions and 2 deletions

View File

@ -125,8 +125,6 @@ evas_software_xcb_x_output_buffer_new(xcb_connection_t *c,
xcbob->w = w;
xcbob->h = h;
try_shm = 0;
if (try_shm > 0)
{
xcbob->shm_info = malloc(sizeof(xcb_shm_segment_info_t));