diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-19 20:45:36 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-19 20:45:36 +0000 |
commit | 5a2d7ab6bfca5ded38c0d5c70e92c3b4f19660d9 (patch) | |
tree | 65bb11b6c452e678fd97566064b04d307051d510 /src/nsgui.h | |
parent | c469837a5c61918c0f00cda431168681aafc6342 (diff) | |
download | emacs-5a2d7ab6bfca5ded38c0d5c70e92c3b4f19660d9.tar.gz |
by renaming, get rid of need for hash_remove() redefinitions for NS platform; also, adjust nsgui dependencies in Makefile
Diffstat (limited to 'src/nsgui.h')
-rw-r--r-- | src/nsgui.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nsgui.h b/src/nsgui.h index 90dbef6a06a..91b2956bf3f 100644 --- a/src/nsgui.h +++ b/src/nsgui.h @@ -30,16 +30,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #undef init_process #endif /* NS_IMPL_COCOA */ -#ifdef NS_IMPL_GNUSTEP -#undef hash_remove -#endif - #import <AppKit/AppKit.h> -#ifdef NS_IMPL_GNUSTEP -#define hash_remove emacs_hash_remove -#endif - #ifdef NS_IMPL_COCOA #undef Cursor #define init_process emacs_init_process |