aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-17 12:47:30 +0100
committeremersion <contact@emersion.fr>2017-11-17 12:47:30 +0100
commit1523082d5d74ca40f468bec04c23ed47049bb4d7 (patch)
tree73fa67c920adbe78d583830b800258b8702f1760
parentbb6d34e7a5e270c6998f95f45c1e518d9c053714 (diff)
Remove outdated comment
-rw-r--r--rootston/desktop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c
index c607043b..5c2ae50c 100644
--- a/rootston/desktop.c
+++ b/rootston/desktop.c
@@ -213,7 +213,6 @@ void view_setup(struct roots_view *view) {
struct roots_view *view_at(struct roots_desktop *desktop, double lx, double ly,
struct wlr_surface **surface, double *sx, double *sy) {
- // TODO: use the seat
struct roots_view *view;
wl_list_for_each(view, &desktop->views, link) {
if (view->type == ROOTS_WL_SHELL_VIEW &&