diff options
author | Kenichi Handa <handa@m17n.org> | 2006-03-31 00:40:21 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2006-03-31 00:40:21 +0000 |
commit | a869edd4e7ab5bd674a7d586b6baf2b26c94361c (patch) | |
tree | 024bb336556385501af5352c4d77f1436e0c8c1c /src/xfns.c | |
parent | 23347d769dc6d0ad1327cc1ce6acfebb8d6a4f72 (diff) | |
download | emacs-a869edd4e7ab5bd674a7d586b6baf2b26c94361c.tar.gz |
(xg_set_icon): Delete superfluous UNGCPRO.
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index f18c9aac99f..396ef8ceb64 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -816,7 +816,6 @@ xg_set_icon (f, file) UNBLOCK_INPUT; } - UNGCPRO; return result; } |