commit 9e97a17

Michael Forney  ·  2016-05-01 20:15:51 +0000 UTC
parent ebf11dd
Remove some useless comments
1 files changed,  +0, -3
+0, -3
 1@@ -126,10 +126,7 @@ input_focus_set(struct input_focus *input_focus, struct compositor_view *view)
 2 	data.old = input_focus->view;
 3 	data.new = view;
 4 
 5-	/* Unfocus previously focused view. */
 6 	unfocus(input_focus);
 7-
 8-	/* Focus new view, if given. */
 9 	focus(input_focus, view);
10 
11 	send_event(&input_focus->event_signal, INPUT_FOCUS_EVENT_CHANGED, &data);