use GCD instead of a variable to not animate the main table at launch

This commit is contained in:
Mitchell Livingston
2012-01-14 16:08:45 +00:00
parent 1b4ec4dc4d
commit 0adcc8c6f4
2 changed files with 8 additions and 13 deletions

View File

@@ -91,7 +91,6 @@ typedef enum
IBOutlet NSMenu * fGroupsSetMenu, * fGroupsSetContextMenu;
QLPreviewPanel * fPreviewPanel;
BOOL fLaunching;
BOOL fQuitting;
BOOL fQuitRequested;
BOOL fPauseOnLaunch;