summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-rw-r--r--crawl-ref/source/skills2.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index 20347ca01d..810f8e6df7 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -1824,13 +1824,6 @@ void show_skills(void)
const int num_lines = get_number_of_lines();
-#ifdef DOS_TERM
- window(1, 1, 80, 25);
- char buffer[4600];
-
- gettext(1, 1, 80, 25, buffer);
-#endif
-
clrscr();
reprint_stuff:
@@ -1989,9 +1982,6 @@ void show_skills(void)
}
}
-#ifdef DOS_TERM
- puttext(1, 1, 80, 25, buffer);
-#endif
return;
}