diff --git a/src/duneinterface/gitter_dune_pll_impl.h b/src/duneinterface/gitter_dune_pll_impl.h
index c977e9017b1052cf8e307e664f26ea6a0be774c2..4026d1cabefa8dc1b5ecfefa90441abe75288b18 100644
--- a/src/duneinterface/gitter_dune_pll_impl.h
+++ b/src/duneinterface/gitter_dune_pll_impl.h
@@ -214,10 +214,6 @@ private:
     const CommunicationType commType );
 
 public:
-  typedef GitterPll :: vertex_STI vertex_STI; 
-  typedef GitterPll :: hedge_STI  hedge_STI; 
-  typedef GitterPll :: hface_STI  hface_STI; 
-
   pair < IteratorSTI < vertex_STI > *, IteratorSTI < vertex_STI > *> borderIteratorTT (const vertex_STI *, int) ;
   pair < IteratorSTI < hedge_STI  > *, IteratorSTI < hedge_STI  > *> borderIteratorTT (const hedge_STI  *, int) ;
   pair < IteratorSTI < hface_STI >  *, IteratorSTI < hface_STI  > *> borderIteratorTT  (const hface_STI  *, int) ;