adium/adium

This isn't being used.

2013-07-13, Frank Dowsett
cc5903df1cbc
Parents 89f51c1142f2
Children 8d9afb2f8f49
This isn't being used.
--- a/Source/ESGlobalEventsPreferencesPlugin.m Thu Jul 04 22:44:26 2013 -0400
+++ b/Source/ESGlobalEventsPreferencesPlugin.m Sat Jul 13 12:01:17 2013 -0400
@@ -32,8 +32,6 @@
#define EVENT_SOUNDS_DEFAULT_PREFS @"EventSoundDefaults"
@interface ESGlobalEventsPreferencesPlugin ()
-- (void)_activateSet:(NSArray *)setArray withActionID:(NSString *)actionID alertGenerationSelector:(SEL)selector;
-
- (void)adiumFinishedLaunching:(NSNotification *)notification;
@end
@@ -139,20 +137,6 @@
#pragma mark All simple presets
-- (void)_activateSet:(NSArray *)setArray withActionID:(NSString *)actionID alertGenerationSelector:(SEL)selector
-{
- NSDictionary *dictionary;
-
- //Clear out old global dock behavior alerts
- [adium.contactAlertsController removeAllGlobalAlertsWithActionID:actionID];
-
- //
- for (dictionary in setArray) {
- [adium.contactAlertsController addGlobalAlert:[self performSelector:selector
- withObject:dictionary]];
- }
-}
-
- (void)setEventPreset:(NSDictionary *)eventPreset
{
[adium.preferenceController delayPreferenceChangedNotifications:YES];