diff options
Diffstat (limited to 'include/window_texture.h')
-rw-r--r-- | include/window_texture.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/window_texture.h b/include/window_texture.h index 3e7bb63..75bb2a7 100644 --- a/include/window_texture.h +++ b/include/window_texture.h @@ -8,9 +8,6 @@ typedef struct { Window window; Pixmap pixmap; unsigned int texture_id; - unsigned int target_texture_id; - int texture_width; - int texture_height; int redirected; gsr_egl *egl; } WindowTexture; |