From e50652234f56290cea23831b34cd544d89187a19 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 7 Jun 2007 08:43:58 +0000 Subject: [PATCH] (xrm_get_preference_database): Remove BLOCK_INPUT. --- src/mac.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mac.c b/src/mac.c index 8e3f49d2bfe..d783243399d 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; -- 2.39.2