chiark / gitweb /
De-dupe edit menu callbacks.
[disorder] / disobedience / control.c
index 50aaebe421f5e8ac8882bf1c08d0683e0956f315..ce39124182737ef025bdad99d83d97435479e825 100644 (file)
@@ -128,8 +128,6 @@ struct icon {
   GtkWidget *image_off;
 };
 
-/* TODO: Add rights into the mix below */
-
 static int pause_resume_on(void) {
   return !(last_state & DISORDER_TRACK_PAUSED);
 }