diff options
| author | Paul Eggert | 2011-06-10 22:46:16 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-10 22:46:16 -0700 |
| commit | fc83f7d3d422039f041bbcc4f0cb75a1699421ad (patch) | |
| tree | ab145d16fb805bf749fcab7f7c70554242eab111 /src/window.h | |
| parent | e41e9a0e24877b0bc81e08df396f59115f8636da (diff) | |
| parent | cca693976c52acf26f5130848931d274522c69f9 (diff) | |
| download | emacs-fc83f7d3d422039f041bbcc4f0cb75a1699421ad.tar.gz emacs-fc83f7d3d422039f041bbcc4f0cb75a1699421ad.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 236464775d3..1ebc99055a5 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -924,10 +924,6 @@ extern void init_window (void); | |||
| 924 | extern void syms_of_window (void); | 924 | extern void syms_of_window (void); |
| 925 | extern void keys_of_window (void); | 925 | extern void keys_of_window (void); |
| 926 | extern void resize_frame_windows (struct frame *, int, int); | 926 | extern void resize_frame_windows (struct frame *, int, int); |
| 927 | extern int resize_window_check (struct window *, int); | ||
| 928 | extern Lisp_Object delete_deletable_window (Lisp_Object); | ||
| 929 | extern Lisp_Object resize_root_window (Lisp_Object, Lisp_Object, Lisp_Object, | ||
| 930 | Lisp_Object); | ||
| 931 | 927 | ||
| 932 | 928 | ||
| 933 | #endif /* not WINDOW_H_INCLUDED */ | 929 | #endif /* not WINDOW_H_INCLUDED */ |