gmxana: clean up -Wunused-parameter warnings
[alexxy/gromacs.git] / src / gromacs / gmxana / geminate.c
index 717f5dd22c56fdd5279c0ea2c0ccc0a65d115b94..7f852c3b32f8d0fb760eeb0b5d402dd030e5978c 100644 (file)
@@ -525,7 +525,7 @@ static double getLogIndex(const int i, const t_gemParams *params)
 extern t_gemParams *init_gemParams(const double sigma, const double D,
                                    const real *t, const int len, const int nFitPoints,
                                    const real begFit, const real endFit,
-                                   const real ballistic, const int nBalExp, const gmx_bool bDt)
+                                   const real ballistic, const int nBalExp)
 {
     double       tDelta;
     t_gemParams *p;