when removing messages from the message window, remove the oldest

This commit is contained in:
Mitchell Livingston
2007-09-11 00:57:32 +00:00
parent c38b8cb01f
commit 7e376ee372
4 changed files with 11 additions and 4 deletions

View File

@@ -27,7 +27,6 @@
@interface MessageWindowController : NSWindowController
{
IBOutlet NSTableView * fMessageTable;
IBOutlet NSScrollView * fScrollView;
IBOutlet NSPopUpButton * fLevelButton;