Remove old shm information from the private data structure.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
This commit is contained in:
Christopher Michael 2013-02-05 12:49:20 +00:00 committed by Rafael Antognolli
parent 9e6b41e629
commit 886768b1e1
1 changed files with 0 additions and 7 deletions

View File

@ -26,13 +26,6 @@ struct _Ecore_Evas_Engine_Wl_Data
{
Ecore_Wl_Window *parent, *win;
Evas_Object *frame;
#if defined(BUILD_ECORE_EVAS_WAYLAND_SHM)
struct wl_shm_pool *pool;
size_t pool_size;
void *pool_data;
struct wl_buffer *buffer;
#endif
};
Ecore_Evas_Interface_Wayland *_ecore_evas_wl_interface_new(void);