diff options
author | Daniel Colascione <dancol@dancol.org> | 2012-10-08 04:53:18 -0800 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2012-10-08 04:53:18 -0800 |
commit | 501199a3dbccc83f91a561c6664ae4c1d3dde20a (patch) | |
tree | c9b24607e5e44b61fad483b10a0c77862d4d2661 /src/cygw32.h | |
parent | c54ebba4e076caeb6105c6bb682252b139a169fa (diff) | |
download | emacs-501199a3dbccc83f91a561c6664ae4c1d3dde20a.tar.gz emacs-501199a3dbccc83f91a561c6664ae4c1d3dde20a.tar.bz2 emacs-501199a3dbccc83f91a561c6664ae4c1d3dde20a.zip |
Code cleanup for cygw32
Diffstat (limited to 'src/cygw32.h')
-rw-r--r-- | src/cygw32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cygw32.h b/src/cygw32.h index 22b6f5692da..78e77a9a141 100644 --- a/src/cygw32.h +++ b/src/cygw32.h @@ -46,11 +46,6 @@ extern wchar_t *to_unicode (Lisp_Object str, Lisp_Object *buf); object, to a multi-byte Emacs string, and return it. */ extern Lisp_Object from_unicode (Lisp_Object str); -/* *** Path conversion. *** */ - -EXFUN (Fcygwin_convert_path_to_windows, 2); -EXFUN (Fcygwin_convert_path_from_windows, 2); - /* *** Misc *** */ extern void syms_of_cygw32 (void); extern char * w32_strerror (int error_no); |