* abstract sorting algorithms. abstraction layer so far used in the message view.
[citadel.git] / webcit / calendar.c
index 15f333bfa9e129724ded63eb160a1f38a418cf6c..33864203efa7fba6c2d6f282f4e3b15b272ede58 100644 (file)
@@ -374,14 +374,6 @@ void handle_rsvp(void)
 
 
 
-int Flathash(const char *str, long len)
-{
-       if (len != sizeof (int))
-               return 0;
-       else return *(int*)str;
-}
-
-
 
 /*
  * free memory allocated using libical