revert last

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@40190 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2016-11-02 12:25:58 +00:00
parent 913697c0ed
commit 2170f0e7b6

View file

@ -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.