diff options
| author | Joakim Verona | 2013-08-14 09:11:58 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-14 09:11:58 +0200 |
| commit | cfb926eb66f52143a3951aaa0b1ac6b11f686c53 (patch) | |
| tree | 5218ec25e4ba8a4490fd2e8b5e324e25e7cd64c4 /src/window.h | |
| parent | 0d50a0024015b4198a75dc70475b351d7c98d74f (diff) | |
| parent | aab1fcdf812a7ebd32b8312c05ffcdd1bf610d2b (diff) | |
| download | emacs-cfb926eb66f52143a3951aaa0b1ac6b11f686c53.tar.gz emacs-cfb926eb66f52143a3951aaa0b1ac6b11f686c53.zip | |
merge from trunk
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/window.h b/src/window.h index 585697f0805..c64641825e3 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -906,10 +906,6 @@ extern int update_mode_lines; | |||
| 906 | 906 | ||
| 907 | extern int windows_or_buffers_changed; | 907 | extern int windows_or_buffers_changed; |
| 908 | 908 | ||
| 909 | /* Nonzero means a frame's cursor type has been changed. */ | ||
| 910 | |||
| 911 | extern int cursor_type_changed; | ||
| 912 | |||
| 913 | /* If *ROWS or *COLS are too small a size for FRAME, set them to the | 909 | /* If *ROWS or *COLS are too small a size for FRAME, set them to the |
| 914 | minimum allowable size. */ | 910 | minimum allowable size. */ |
| 915 | 911 | ||