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