From ba71810fab85da23ec8501af6d5d4935458b595e Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 19 Nov 2015 13:05:41 -0600 Subject: cleaned and added smaller map --- src/Frame.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src') 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; -- cgit v1.2.3