Remove unnecessary copy constructor and operator=

This commit is contained in:
Keith Winstein
2011-02-04 18:20:00 -05:00
parent 63d2f5ce42
commit 2f7474481f
2 changed files with 0 additions and 20 deletions
-3
View File
@@ -17,9 +17,6 @@ namespace Terminal {
Cell();
Cell( const Cell & );
Cell & operator=( const Cell & );
void reset( void );
};