diff options
Diffstat (limited to 'Source/SPPreferenceController.m')
-rw-r--r-- | Source/SPPreferenceController.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/SPPreferenceController.m b/Source/SPPreferenceController.m index 2826b0e8..d068064a 100644 --- a/Source/SPPreferenceController.m +++ b/Source/SPPreferenceController.m @@ -1107,17 +1107,6 @@ } // ------------------------------------------------------------------------------- -// selectFavoriteAtIndex: -// -// Selects the favorite at the specified index in the favorites list -// ------------------------------------------------------------------------------- -- (void)selectFavoriteAtIndex:(NSUInteger)theIndex -{ - [favoritesController setSelectionIndex:theIndex]; - [favoritesTableView scrollRowToVisible:theIndex]; -} - -// ------------------------------------------------------------------------------- // global table font selection // ------------------------------------------------------------------------------- // show the font panel |