diff --git a/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOReader.h b/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOReader.h
index 8dc51655931310869cc4134b24d40f20a719dd7f..58a9a33ae51089ecec0c01e2ef8f7933caec3f4a 100644
--- a/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOReader.h
+++ b/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOReader.h
@@ -89,7 +89,6 @@ public:
    void CalcRefCrossSection();                                   //!< New-style from InfoBlocks
    std::vector < double > GetCrossSection(bool lNorm = false);   //!< Return vector with all cross section values, normalize on request
    std::vector < double > GetReferenceCrossSection();            //!< Old-style from grid like entries; is this working at all? Remove? TODO
-   std::vector < double > GetRefCrossSection();                  //!< New-style from InfoBlocks
 
    std::vector < double > GetNormCrossSection(bool lNormScale = false, double xmurd = 1.0, double xmufd = 1.0); //!< Return vector with all normalized cross section values
    std::vector < std::map< double, double > > GetCrossSection_vs_x1();                                          //! Cross section vs. x1 ( XSection_vsX1[bin][<x,xs>] ) Working? TODO