diff options
| author | Pavel Janík | 2002-02-23 16:28:28 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-02-23 16:28:28 +0000 |
| commit | aa2289381b9d5ad918db2bda7de2591d8d66a691 (patch) | |
| tree | e1464381817d06ce834b5cee55d2b4837faba110 /src | |
| parent | 8f626a4c5014d7f09f4487a660520c01d79a4098 (diff) | |
| download | emacs-aa2289381b9d5ad918db2bda7de2591d8d66a691.tar.gz emacs-aa2289381b9d5ad918db2bda7de2591d8d66a691.zip | |
(enter_timestamp): Remove unused static variable to prevent warning.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/w32term.c b/src/w32term.c index 2d6163a56b3..777ebd270e6 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -8535,12 +8535,6 @@ x_scroll_bar_clear (f) | |||
| 8535 | 8535 | ||
| 8536 | /* The main W32 event-reading loop - w32_read_socket. */ | 8536 | /* The main W32 event-reading loop - w32_read_socket. */ |
| 8537 | 8537 | ||
| 8538 | /* Time stamp of enter window event. This is only used by w32_read_socket, | ||
| 8539 | but we have to put it out here, since static variables within functions | ||
| 8540 | sometimes don't work. */ | ||
| 8541 | |||
| 8542 | static Time enter_timestamp; | ||
| 8543 | |||
| 8544 | /* Record the last 100 characters stored | 8538 | /* Record the last 100 characters stored |
| 8545 | to help debug the loss-of-chars-during-GC problem. */ | 8539 | to help debug the loss-of-chars-during-GC problem. */ |
| 8546 | 8540 | ||