diff options
| author | Richard M. Stallman | 1995-09-10 04:38:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-09-10 04:38:13 +0000 |
| commit | dbc9b92ccb524e07a0271a00a34f1605129bce0e (patch) | |
| tree | 50761d114cf77982df40dcccc8e2587a554b907a | |
| parent | ccc4fdaabe785f9175158ae62427441c65664858 (diff) | |
| download | emacs-dbc9b92ccb524e07a0271a00a34f1605129bce0e.tar.gz emacs-dbc9b92ccb524e07a0271a00a34f1605129bce0e.zip | |
(init_gettimeofday): Remove declaration.
| -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); | |||
| 45 | void mouse_check_moved (); | 45 | void mouse_check_moved (); |
| 46 | int mouse_pressed (int, int *, int *); | 46 | int mouse_pressed (int, int *, int *); |
| 47 | int mouse_released (int, int *, int *); | 47 | int mouse_released (int, int *, int *); |
| 48 | void init_gettimeofday (); | ||
| 49 | 48 | ||
| 50 | #ifndef HAVE_X_WINDOWS | 49 | #ifndef HAVE_X_WINDOWS |
| 51 | /* Dummy types. */ | 50 | /* Dummy types. */ |