summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-11-19 13:05:41 -0600
committertom <tom@ground-control>2015-11-19 13:05:41 -0600
commitba71810fab85da23ec8501af6d5d4935458b595e (patch)
treed426d2f3b60292e7b2ebdaf04e0e09ad0f9ea6fa /src
parentdea2c1d5a08812dc056088ce77ec6483467f9ac5 (diff)
cleaned and added smaller map
Diffstat (limited to 'src')
-rw-r--r--src/Frame.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Frame.cpp b/src/Frame.cpp
index 6fa8d84..4a0df5d 100644
--- a/src/Frame.cpp
+++ b/src/Frame.cpp
@@ -1,18 +1,5 @@
#include "Frame.hpp"
-/*
-Frame::Frame(int rows, int cols, int nRow, int nCol)
-{
- hasSuper = FALSE;
- super = NULL;
- w = newwin(rows,cols,nRow,nCol);
- height = rows;
- width = cols;
- row = nRow;
- col = nCol;
-}
-*/
-
Frame::Frame(string location, int nRow, int nCol)
{
hasSuper = FALSE;