diff --git a/dumux/decoupled/2p2c/2p2cproperties.hh b/dumux/decoupled/2p2c/2p2cproperties.hh
index 7c16cd22a6dbcd66996f1327f1432366fde67cab..8553009352e9363dda3698f178cd5416983ec6ff 100644
--- a/dumux/decoupled/2p2c/2p2cproperties.hh
+++ b/dumux/decoupled/2p2c/2p2cproperties.hh
@@ -197,12 +197,6 @@ public:
     static const int pressureW = wPhaseIdx;
     static const int pressureN = nPhaseIdx;
 
-    DUNE_DEPRECATED_MSG("use pressureN (avoid 'w') instead")
-    static const int pressureNw = pressureN;
-
-    DUNE_DEPRECATED_MSG("use pressureN (uncapitalized 'w', to be avoided) instead")
-    static const int pressureNW = pressureN; //!< \deprecated
-
     // Equation indices
     static const int pressureEqIdx = 0;
     static const int transportEqOffset = pressureEqIdx + 1; //!< Offset to access transport (mass conservation -) equations