diff --git a/README.rst b/README.rst index 7ef52f6..020a3b9 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,6 @@ In subreddit mode you can browse through the top submissions on either the front :``/``: Open a prompt to switch subreddits :``f``: Open a prompt to search the current subreddit :``p``: Post a Submission to the current subreddit -:``;``: View your Submissions (requires login) The ``/`` prompt accepts subreddits in the following formats diff --git a/rtv/docs.py b/rtv/docs.py index de5c285..33002fe 100644 --- a/rtv/docs.py +++ b/rtv/docs.py @@ -39,7 +39,6 @@ Subreddit Mode `/` : Open a prompt to switch subreddits `f` : Open a prompt to search the current subreddit `p` : Post a Submission to the current subreddit - `;` : View your Submissions (requires login) Submission Mode `LEFT` or `h` : Return to subreddit mode diff --git a/rtv/subreddit.py b/rtv/subreddit.py index e25c8e9..c33cdbb 100644 --- a/rtv/subreddit.py +++ b/rtv/subreddit.py @@ -76,7 +76,6 @@ class SubredditPage(BasePage): if name is not None: self.refresh_content(name=name) - @SubredditController.register(';') def reddittor_profile(self): if self.reddit.is_logged_in(): try: