glx: Remove unused Atom members from ClutterBackendGLX

The atoms were moved to the shared X11 backend structure ages ago.
This commit is contained in:
Emmanuele Bassi 2011-06-14 11:36:01 +01:00
parent 5ded02cd08
commit 4382e6588c

View File

@ -59,10 +59,6 @@ struct _ClutterBackendGLX
CoglContext *cogl_context;
gboolean can_blit_sub_buffer;
/* props */
Atom atom_WM_STATE;
Atom atom_WM_STATE_FULLSCREEN;
};
struct _ClutterBackendGLXClass