Remove unnecessary copy constructor and operator=
This commit is contained in:
@@ -17,9 +17,6 @@ namespace Terminal {
|
||||
|
||||
Cell();
|
||||
|
||||
Cell( const Cell & );
|
||||
Cell & operator=( const Cell & );
|
||||
|
||||
void reset( void );
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user