summaryrefslogtreecommitdiff
path: root/src/Screen.cpp
diff options
context:
space:
mode:
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;
-}