summary refs log tree commit diff
path: root/drw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drw.h b/drw.h
index 7184aca..12a610a 100644
--- a/drw.h
+++ b/drw.h
@@ -10,7 +10,6 @@ struct drw {
 };
 struct drwsurf {
 	uint32_t width, height, scale, size;
-	bool dirty;
 
 	struct drw *ctx;
 	struct wl_surface *surf;