diff --git a/Postgres.m b/Postgres.m index 36ef510..e37d9f4 100644 --- a/Postgres.m +++ b/Postgres.m @@ -557,15 +557,10 @@ connectQuote(NSString *str) { NSNotificationQueue *nq; - /* Post asynchronously with no coalesce + /* Post asynchronously */ nq = [NSNotificationQueue defaultQueue]; [nq enqueueNotification: n postingStyle: NSPostASAP]; - [nq enqueueNotification: n - postingStyle: NSPostASAP - coalesceMask: 0 - forModes: nil]; - } /* This method must only be called when the receiver is locked.