gmxana: clean up -Wunused-parameter warnings
[alexxy/gromacs.git] / src / gromacs / gmxana / fitahx.c
index 4c65b5032e11f7fead734634cc8de12b217ad061..f4f1ac3104d9eccbf2071183c653f2b8d9b2e4ac 100644 (file)
@@ -70,7 +70,7 @@ static void my_sub_xcm(int nbb, atom_id bbind[], rvec x[], rvec xcm)
 
 real fit_ahx(int nres, t_bb bb[], int natoms, int nall, atom_id allindex[],
              rvec x[], int nca,
-             atom_id caindex[], matrix box, gmx_bool bFit)
+             atom_id caindex[], gmx_bool bFit)
 {
     static rvec *xref = NULL;
     static real *mass = NULL;