Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / src / gmxlib / copyrite.c
index fe3a2df9fe5c829a9aa8825d9d2e21febaa52c1b..ae32be48e89de743c9856b2f2b65f32fe07474bf 100644 (file)
@@ -155,17 +155,6 @@ void space(FILE *out, int n)
     fprintf(out, "%*s", n, "");
 }
 
-void f(char *a)
-{
-    int i;
-    int len = strlen(a);
-
-    for (i = 0; i < len; i++)
-    {
-        a[i] = ~a[i];
-    }
-}
-
 static void sp_print(FILE *out, const char *s)
 {
     int slen;
@@ -207,7 +196,6 @@ static void pukeit(const char *db, const char *defstring, char *retstring,
             help[*cqnum][STRLEN-1] = '\0';
         }
         strncpy(retstring, help[*cqnum], retsize);
-        f(retstring);
         for (i = 0; (i < nhlp); i++)
         {
             sfree(help[i]);