about summary refs log tree commit diff
path: root/drw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drw.h b/drw.h
index 3ab6655..07367dc 100644
--- a/drw.h
+++ b/drw.h
@@ -48,8 +48,6 @@ struct drwsurf {
 
 	cairo_t *cairo;
 	PangoLayout *layout;
-
-	struct wl_callback *cb;
 };
 
 #endif