aseqdump - remove fishy comment

Remove the fishy comment because it isn't needed anymore after the tuna
has been accidentally removed.
This commit is contained in:
Clemens Ladisch 2005-07-25 15:20:07 +00:00
parent f6abfcd2f3
commit e6cbac57f6

View file

@ -237,7 +237,6 @@ static void dump_event(const snd_seq_event_t *ev)
printf("Queue timer skew %d\n", ev->data.queue.queue);
break;
case SND_SEQ_EVENT_TUNE_REQUEST:
/* something's fishy here ... */
printf("Tune request\n");
break;
case SND_SEQ_EVENT_RESET: