mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
remove a warning
This commit is contained in:
parent
e15098e7c0
commit
c95ceafb9d
1 changed files with 0 additions and 1 deletions
|
@ -524,7 +524,6 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||||
tr_natTraversalEnable(fLib, 0);
|
tr_natTraversalEnable(fLib, 0);
|
||||||
|
|
||||||
//remember window states and close all windows
|
//remember window states and close all windows
|
||||||
#warning needed here?
|
|
||||||
[fDefaults setBool: [[fInfoController window] isVisible] forKey: @"InfoVisible"];
|
[fDefaults setBool: [[fInfoController window] isVisible] forKey: @"InfoVisible"];
|
||||||
[[NSApp windows] makeObjectsPerformSelector: @selector(close)];
|
[[NSApp windows] makeObjectsPerformSelector: @selector(close)];
|
||||||
[self showStatusBar: NO animate: NO];
|
[self showStatusBar: NO animate: NO];
|
||||||
|
|
Loading…
Reference in a new issue