Adium

Changeset 25582

Show
Ignore:
Timestamp:
11/13/2008 11:39:45 PM (2 months ago)
Author:
catfish_man
Message:

This is dead code now, oops

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/AIAdium.m

    r25494 r25582  
    228228        [debugController controllerDidLoad]; 
    229229#endif 
    230         //Safety for when we remove previously included list xtras 
    231         [AIAppearancePreferences migrateOldListSettingsIfNeeded]; 
    232230        [pool release]; 
    233231 
  • trunk/Source/AIAppearancePreferences.m

    r25581 r25582  
    475475#pragma mark Contact list layout & theme 
    476476 
    477 + (void) migrateOldListSettingsIfNeeded 
    478 { 
    479         id<AIPreferenceController> prefController = adium.preferenceController; 
    480         NSFileManager *manager = [NSFileManager defaultManager]; 
    481         NSString *theme = [NSString stringWithFormat:@"%@/%@/%@.%@",  
    482                                                         [[NSBundle mainBundle] resourcePath],  
    483                                                         LIST_THEME_FOLDER, 
    484                                                         [prefController preferenceForKey:KEY_LIST_THEME_NAME group:PREF_GROUP_APPEARANCE], 
    485                                                         LIST_THEME_EXTENSION]; 
    486         NSString *layout = [NSString stringWithFormat:@"%@/%@/%@.%@",  
    487                                                         [[NSBundle mainBundle] resourcePath],  
    488                                                         LIST_THEME_FOLDER,  
    489                                                         [prefController preferenceForKey:KEY_LIST_LAYOUT_NAME group:PREF_GROUP_APPEARANCE], 
    490                                                         @"ListLayout"]; 
    491 } 
    492  
    493477/*! 
    494478 * @brief Create a new theme