diff options
Diffstat (limited to 'src/mac.c')
-rw-r--r-- | src/mac.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mac.c b/src/mac.c index 0321e8f2ae1..a64c3d208e3 100644 --- a/src/mac.c +++ b/src/mac.c @@ -1826,8 +1826,6 @@ xrm_get_preference_database (application) GCPRO3 (database, quarks, value); - BLOCK_INPUT; - app_id = kCFPreferencesCurrentApplication; if (application) { @@ -1879,8 +1877,6 @@ xrm_get_preference_database (application) CFRelease (key_set); CFRelease (app_id); - UNBLOCK_INPUT; - UNGCPRO; return database; |