fix a small memory leak, and get rid of two #ifndef's...

This commit is contained in:
Mitchell Livingston
2007-10-13 12:59:39 +00:00
parent 89d511e9dd
commit a57dd87d47
4 changed files with 4 additions and 10 deletions

View File

@@ -22,9 +22,6 @@
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#ifndef CONTROLLER_H
#define CONTROLLER_H
#import <Cocoa/Cocoa.h>
#import <transmission.h>
#import "PrefsController.h"
@@ -235,5 +232,3 @@
- (void) prepareForUpdate: (NSNotification *) notification;
@end
#endif