Removed commented out method.

pull/3/head
Chris Laurel 2001-04-09 22:40:09 +00:00
parent 7a5da18cc3
commit b795b09e75
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ class Console : public std::ostream
void print(char*);
void printf(char*, ...);
// Console& operator<<(string);
private:
int nRows;
int nColumns;