From e35aa8ffdd0d1302fd059a97001ff60c32f50acb Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Tue, 22 Oct 2013 08:46:09 +0000
Subject: [PATCH] remove deprecated stuff from dumux/implicit/3p3c

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11760 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/implicit/3p3c/3p3cindices.hh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dumux/implicit/3p3c/3p3cindices.hh b/dumux/implicit/3p3c/3p3cindices.hh
index 53e43b36b6..ac9498744b 100644
--- a/dumux/implicit/3p3c/3p3cindices.hh
+++ b/dumux/implicit/3p3c/3p3cindices.hh
@@ -72,11 +72,6 @@ public:
     static const int sOrX1Idx = switch1Idx; //!< Index of the either the saturation of the gas phase or the mass fraction secondary component if a phase is not present
     static const int sOrX2Idx = switch2Idx; //!< Index of the either the saturation of the gas phase or the mass fraction secondary component if a phase is not present
 
-    DUNE_DEPRECATED_MSG("use sOrX1Idx (uncapitalized 's') instead") 
-    static const int SOrX1Idx = sOrX1Idx; //!< \deprecated
-    DUNE_DEPRECATED_MSG("use sOrX2Idx (uncapitalized 's') instead") 
-    static const int SOrX2Idx = sOrX2Idx; //!< \deprecated
-
     // equation indices
     static const int conti0EqIdx = PVOffset    + wCompIdx; //!< Index of the mass conservation equation for the water component
     static const int conti1EqIdx = conti0EqIdx + nCompIdx; //!< Index of the mass conservation equation for the contaminant component
-- 
GitLab