Clean up unused code from gmxfio
[alexxy/gromacs.git] / src / gromacs / fileio / trnio.h
index 0dcc1e03993b579fc6bfa0f0f22d62f76baa104d..57fb51bd6f6c849494d8f7a45f5438ac577c1ab0 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -97,14 +97,6 @@ void read_trnheader(const char *fn, t_trnheader *header);
 /* Read the header of a trn file from fn, and close the file afterwards.
  */
 
-void pr_trnheader(FILE *fp, int indent, char *title, t_trnheader *sh);
-/* Print the header of a trn file to fp */
-
-gmx_bool is_trn(FILE *fp);
-/* Return true when the file is a trn file. File will be rewound
- * afterwards.
- */
-
 void fwrite_trn(t_fileio *fio, int step, real t, real lambda,
                 rvec *box, int natoms, rvec *x, rvec *v, rvec *f);
 /* Write a trn frame to file fp, box, x, v, f may be NULL */