summaryrefslogtreecommitdiff
path: root/src/z-term.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-25 19:12:26 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-25 19:21:05 +0200
commit6991960a8b0bacc87c2c5183c2098e606bf5d72d (patch)
tree1088027a1cb63dcd5b7fd6eb9838b44202c2ca4c /src/z-term.h
parent760c6eda0f8f553cab601f02d5faf8c1ef308b89 (diff)
Remove cmovie support
Diffstat (limited to 'src/z-term.h')
-rw-r--r--src/z-term.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/z-term.h b/src/z-term.h
index 31e5b308..2e27173f 100644
--- a/src/z-term.h
+++ b/src/z-term.h
@@ -17,8 +17,6 @@ extern "C" {
#include "h-basic.h"
-#define IN_MAINWINDOW (Term == term_screen)
-
/*
* A term_win is a "window" for a Term
*
@@ -280,10 +278,6 @@ struct term
/**** Available Variables ****/
extern term *Term;
-extern FILE *movfile;
-extern int do_movies;
-extern int last_paused;
-
/**** Available Functions ****/