From 2a65fc9120e6b86e509fb15e4cb55951dd71734e Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Mon, 15 Oct 2012 15:59:17 +0000
Subject: [PATCH] start.hh: remove everything deprecated during 2.2-svn.
 Reviewed by Christoph

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9321 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/common/start.hh | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/dumux/common/start.hh b/dumux/common/start.hh
index a9de88e730..550149633c 100644
--- a/dumux/common/start.hh
+++ b/dumux/common/start.hh
@@ -47,32 +47,6 @@ NEW_PROP_TAG(Problem);
 NEW_PROP_TAG(TimeManager);
 }
 
-/*!
- * \brief Print a usage string for simulations using
- *        Dumux::startFromDGF() as their main() function.
- *
- * \param progname The name of the executable
- */
-DUNE_DEPRECATED_MSG("Not needed if Dumux::start() is used")
-void printUsageDGF(const char *progname)
-{
-    std::cout << "usage: " << progname << " [--restart restartTime] gridfile.dgf tEnd dt\n";
-    exit(1);
-}
-
-/*!
- * \brief Print a usage string for simulations using
- *        Dumux::startWithGrid() as their main() function.
- *
- * \param progname The name of the executable
- */
-DUNE_DEPRECATED_MSG("Not needed if Dumux::start() is used")
-void printUsageGrid(const char *progname)
-{
-    std::cout << "usage: " << progname << " [--restart restartTime] tEnd dt\n";
-    exit(1);
-}
-
 /*!
  * \ingroup Start
  * \brief Read the command line arguments and write them into the parameter tree.
-- 
GitLab