The argpos++ for the -G or --get-setting argument cannot

From: Erik Hovland <erik@hovland.org>

be reached. Removing it keeps people from wondering
what is going on.
---

 mythtv/programs/mythfrontend/main.cpp |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/mythtv/programs/mythfrontend/main.cpp b/mythtv/programs/mythfrontend/main.cpp
index a450304..406367c 100644
--- a/mythtv/programs/mythfrontend/main.cpp
+++ b/mythtv/programs/mythfrontend/main.cpp
@@ -1260,13 +1260,8 @@ int main(int argc, char **argv)
                 }
                 return FRONTEND_EXIT_OK;
             }
-            else
-            {
-                cerr << "Invalid or missing argument to -G/--get-setting option\n";
-                return FRONTEND_EXIT_INVALID_CMDLINE;
-            }
-
-            ++argpos;
+            cerr << "Invalid or missing argument to -G/--get-setting option\n";
+            return FRONTEND_EXIT_INVALID_CMDLINE;
         }
         else if (!strcmp(a.argv()[argpos],"-geometry") ||
                  !strcmp(a.argv()[argpos],"--geometry"))
