From 9f0de11816fdbd0981aeaa3a840e3942fd249eb4 Mon Sep 17 00:00:00 2001 From: tom Date: Sun, 22 Nov 2015 15:21:30 -0600 Subject: cleaned up a little and added pausing, the location vector in list.*pp is overkill, should probably just be using the men vector for everything --- src/Screen.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/Screen.cpp') diff --git a/src/Screen.cpp b/src/Screen.cpp index 9d0a72c..2cc5079 100644 --- a/src/Screen.cpp +++ b/src/Screen.cpp @@ -28,13 +28,3 @@ void Screen::ping(string msg) const char * cmsg = msg.c_str(); printw(cmsg); } - -int Screen::getHeight() -{ - return height; -} - -int Screen::getWidth() -{ - return width; -} -- cgit v1.2.3