diff options
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index eeb7f2d0..456f8383 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -67,7 +67,6 @@ NSOpenPanel *keySelectionPanel; #endif NSUserDefaults *prefs; - NSMutableArray *favorites; #ifndef SP_REFACTOR /* ivars */ BOOL automaticFavoriteSelection; @@ -174,7 +173,7 @@ SPTreeNode *favoritesRoot; SPFavoriteNode *currentFavorite; SPFavoritesController *favoritesController; - SPFavoritesSortItem previousSortItem, currentSortItem; + SPFavoritesSortItem currentSortItem; #endif } |