gmxpreprocess: clean up -Wunused-parameter warnings
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / topshake.c
index ff511e37ef62ee081d7d5419f469100ff0ade724..f378850b3e684ba2e6d6ec12ee476092c5766db5 100644 (file)
@@ -101,7 +101,7 @@ static int count_hydrogens (char ***atomname, int nra, atom_id a[])
     return nh;
 }
 
-void make_shake (t_params plist[], t_atoms *atoms, gpp_atomtype_t at, int nshake)
+void make_shake (t_params plist[], t_atoms *atoms, int nshake)
 {
     char          ***info = atoms->atomname;
     t_params        *pr;