on second thought, there's no need to store the index at all - it's just the number of messages we have

This commit is contained in:
Mitchell Livingston
2009-12-10 04:49:57 +00:00
parent 3d30bb32d5
commit b739e72f0f
2 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,6 @@
IBOutlet NSButton * fSaveButton, * fClearButton;
NSMutableArray * fMessages, * fDisplayedMessages;
NSUInteger fCurrentIndex;
NSDictionary * fAttributes;