X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cc10e3dc60300418d77764fd582689e11c1b9d09..3711292832129bcfcb24949c59c8f2dcae0aea63:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index ea9faef..b2383c6 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -34,7 +34,6 @@ typedef enum { StatusWindowShuffleType, StatusWindowShufflabilityType, StatusWindowSetupType, - StatusWindowRegistrationType, StatusWindowNetworkType, StatusWindowPreferencesType, StatusWindowDebugType @@ -57,7 +56,6 @@ typedef enum { - (void)showRepeatWindowWithMode:(StatusWindowRepeatMode)mode; - (void)showSongShufflabilityWindow:(BOOL)shufflable; - (void)showSetupQueryWindow; -- (void)showRegistrationQueryWindow; - (void)showReconnectQueryWindow; - (void)showNetworkErrorQueryWindow; - (void)showPreferencesUpdateWindow;