diff options
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 c3f59e4b116..485734e907e 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -165,10 +165,6 @@ struct window | |||
| 165 | /* Unique number of window assigned when it was created. */ | 165 | /* Unique number of window assigned when it was created. */ |
| 166 | Lisp_Object sequence_number; | 166 | Lisp_Object sequence_number; |
| 167 | 167 | ||
| 168 | /* Sequence number of window this window was cloned from. Identic | ||
| 169 | to sequence number if window was not cloned. */ | ||
| 170 | Lisp_Object clone_number; | ||
| 171 | |||
| 172 | /* No permanent meaning; used by save-window-excursion's | 168 | /* No permanent meaning; used by save-window-excursion's |
| 173 | bookkeeping. */ | 169 | bookkeeping. */ |
| 174 | Lisp_Object temslot; | 170 | Lisp_Object temslot; |