summaryrefslogtreecommitdiff
path: root/src/Screen.cpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-11-22 15:21:30 -0600
committertom <tom@ground-control>2015-11-22 15:21:30 -0600
commit9f0de11816fdbd0981aeaa3a840e3942fd249eb4 (patch)
tree2a0a8f5ac36b249e09f13848b33ab40d4c42b943 /src/Screen.cpp
parent86bf68cc1f2cc81589acc2c35c4875a1230b0267 (diff)
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
Diffstat (limited to 'src/Screen.cpp')
-rw-r--r--src/Screen.cpp10
1 files changed, 0 insertions, 10 deletions
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;
-}