X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d11efc8d287ca1643e9ac6a7b561cad7cd659bda..107e67ed9e5791f210cfaf2185e75ea5b5e84792:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 950e3d6..96fecda 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -22,14 +22,6 @@ return nil; } -- (NSString *)sharedRemoteName -{ - NSString *name = [[NSUserDefaults standardUserDefaults] stringForKey:@"sharedPlayerName"]; - if (!name) - name = @"MenuTunes Shared Player"; - return name; -} - - (BOOL)begin { return NO;