summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorYuuki Harano <masm+github@masm11.me>2021-01-20 21:46:03 +0900
committerYuuki Harano <masm+github@masm11.me>2021-01-20 21:46:03 +0900
commitbebc657aad7c9b448a8e0cafd9d09d7774097975 (patch)
tree41869bfa2dcdbfdfefedb84be3ee2b05037372fc /src/window.h
parent7326982d283abe7545d5f5742ea2b57e513fd285 (diff)
parent8b33b76eb9fbb857bccbe3d223c961c486e4e8f9 (diff)
downloademacs-bebc657aad7c9b448a8e0cafd9d09d7774097975.tar.gz
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/window.h b/src/window.h
index fbdec0df997..4271fc88306 100644
--- a/src/window.h
+++ b/src/window.h
@@ -1124,10 +1124,6 @@ extern Lisp_Object echo_area_window;
extern EMACS_INT command_loop_level;
-/* Depth in minibuffer invocations. */
-
-extern EMACS_INT minibuf_level;
-
/* Non-zero if we should redraw the mode lines on the next redisplay.
Usually set to a unique small integer so we can track the main causes of
full redisplays in `redisplay--mode-lines-cause'. */