Index: mythflix/mythflixqueue.cpp
===================================================================
--- mythflix/mythflixqueue.cpp	(revision 7800)
+++ mythflix/mythflixqueue.cpp	(working copy)
@@ -329,14 +329,6 @@
             cursorDown();
         else if (action == "PAGEDOWN")
              cursorDown(true);
-        else if (action == "RETRIEVENEWS")
-            slotRetrieveNews();
-        else if(action == "SELECT")
-            slotViewArticle();
-        else if (action == "CANCEL")
-        {
-            cancelRetrieve();
-        }
         else
             handled = false;
     }
