diff --git a/Source/NotificationQueue.m b/Source/NotificationQueue.m index a0c5733f2..30303bee5 100644 --- a/Source/NotificationQueue.m +++ b/Source/NotificationQueue.m @@ -54,7 +54,9 @@ { /* Remove from the queues notifications that match NOTIFICATION, according the the MASK. */ - void remove_matching_from_queue (id q) + /* xxx This method should be made much more efficient. Currently, it + could be a big bottleneck. */ + void remove_matching_from_queue (Queue *q) { int i; for (i = [q count] - 1; i >= 0; i--)