diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-09-10 04:38:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-09-10 04:38:13 +0000 |
commit | dbc9b92ccb524e07a0271a00a34f1605129bce0e (patch) | |
tree | 50761d114cf77982df40dcccc8e2587a554b907a /src/msdos.h | |
parent | ccc4fdaabe785f9175158ae62427441c65664858 (diff) | |
download | emacs-dbc9b92ccb524e07a0271a00a34f1605129bce0e.tar.gz |
(init_gettimeofday): Remove declaration.
Diffstat (limited to 'src/msdos.h')
-rw-r--r-- | src/msdos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/msdos.h b/src/msdos.h index 26f19ab8c75..2838dbddcae 100644 --- a/src/msdos.h +++ b/src/msdos.h @@ -45,7 +45,6 @@ void mouse_moveto (int, int); void mouse_check_moved (); int mouse_pressed (int, int *, int *); int mouse_released (int, int *, int *); -void init_gettimeofday (); #ifndef HAVE_X_WINDOWS /* Dummy types. */ |