summaryrefslogtreecommitdiff
path: root/inc/Frame.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Frame.hpp')
-rw-r--r--inc/Frame.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/Frame.hpp b/inc/Frame.hpp
index 1cdf063..89242ff 100644
--- a/inc/Frame.hpp
+++ b/inc/Frame.hpp
@@ -26,8 +26,8 @@ class Frame
void fillWindow();
void refresh();
void move(int nRow, int nCol);
- void add(Character &c);
- void add(Character &c, int nRow, int nCol);
+ //void add(Character &c);
+ //void add(Character &c, int nRow, int nCol);
void erase(Character &c);
void center(Character &ch);