aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-06-07 08:43:58 +0000
committerYAMAMOTO Mitsuharu2007-06-07 08:43:58 +0000
commite50652234f56290cea23831b34cd544d89187a19 (patch)
tree1b5df24053822b4861117c9be4e8f0ebcc7430f3 /src
parentc2a3d51f47accc9ff728a77b6512f3b6514366f4 (diff)
downloademacs-e50652234f56290cea23831b34cd544d89187a19.tar.gz
emacs-e50652234f56290cea23831b34cd544d89187a19.zip
(xrm_get_preference_database): Remove BLOCK_INPUT.
Diffstat (limited to 'src')
-rw-r--r--src/mac.c4
1 files changed, 0 insertions, 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)
1826 1826
1827 GCPRO3 (database, quarks, value); 1827 GCPRO3 (database, quarks, value);
1828 1828
1829 BLOCK_INPUT;
1830
1831 app_id = kCFPreferencesCurrentApplication; 1829 app_id = kCFPreferencesCurrentApplication;
1832 if (application) 1830 if (application)
1833 { 1831 {
@@ -1879,8 +1877,6 @@ xrm_get_preference_database (application)
1879 CFRelease (key_set); 1877 CFRelease (key_set);
1880 CFRelease (app_id); 1878 CFRelease (app_id);
1881 1879
1882 UNBLOCK_INPUT;
1883
1884 UNGCPRO; 1880 UNGCPRO;
1885 1881
1886 return database; 1882 return database;