diff --git a/reco/detectors/psd/unpack/CbmPsdUnpackAlgo.h b/reco/detectors/psd/unpack/CbmPsdUnpackAlgo.h
index b852c2ba83a7c3bdc9b752a4a03b239709615644..73278e1791ad9cbc9aadd4e9d76f1ca9d6905b5c 100644
--- a/reco/detectors/psd/unpack/CbmPsdUnpackAlgo.h
+++ b/reco/detectors/psd/unpack/CbmPsdUnpackAlgo.h
@@ -115,17 +115,6 @@ protected:
   */
   Bool_t initParSet(CbmMcbm2018PsdPar* parset);
 
-  /**
-   * @brief Set the Derived Ts Parameters
-   * 
-   * In this function parameters required by the explicit algo connected to the timeslice can be set.
-   * 
-   * @param itimeslice 
-   * @return true 
-   * @return false 
-  */
-  bool setDerivedTsParameters(size_t itimeslice) { return true; }
-
   /**
    * @brief Unpack a given microslice. To be implemented in the derived unpacker algos.
    *