More files to C++.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / readir.h
index 4bf1c5334fba8057e92f49f0d595ebd5d43a7577..613d9b878db5150981132cecf6f7be617646c558 100644 (file)
@@ -45,18 +45,10 @@ enum {
     eshNONE, eshHBONDS, eshALLBONDS, eshHANGLES, eshALLANGLES, eshNR
 };
 
-static const char *constraints[eshNR+1]    = {
-    "none", "h-bonds", "all-bonds", "h-angles", "all-angles", NULL
-};
-
 enum {
     ecouplamVDWQ, ecouplamVDW, ecouplamQ, ecouplamNONE, ecouplamNR
 };
 
-static const char *couple_lam[ecouplamNR+1]    = {
-    "vdw-q", "vdw", "q", "none", NULL
-};
-
 typedef struct {
     int      warnings;
     int      nshake;