diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/rotation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/rotation.c b/example/rotation.c index 2634ea03..892083e6 100644 --- a/example/rotation.c +++ b/example/rotation.c @@ -21,7 +21,6 @@ struct sample_state { struct wl_list config; - // TODO: Move renderer into shared struct wlr_renderer *renderer; struct wlr_surface *cat_texture; }; |