diff options
author | tom <tom@ground-control> | 2015-11-19 13:05:41 -0600 |
---|---|---|
committer | tom <tom@ground-control> | 2015-11-19 13:05:41 -0600 |
commit | ba71810fab85da23ec8501af6d5d4935458b595e (patch) | |
tree | d426d2f3b60292e7b2ebdaf04e0e09ad0f9ea6fa /src | |
parent | dea2c1d5a08812dc056088ce77ec6483467f9ac5 (diff) |
cleaned and added smaller map
Diffstat (limited to 'src')
-rw-r--r-- | src/Frame.cpp | 13 |
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; |