Remove unused function

This commit is contained in:
TingPing
2014-02-12 10:20:23 -05:00
parent 6d815ac688
commit ba399eb7f9
2 changed files with 0 additions and 59 deletions

View File

@@ -77,7 +77,6 @@ void safe_strcpy (char *dest, const char *src, int bytes_left);
void canonalize_key (char *key);
int portable_mode ();
int unity_mode ();
GSList *get_subdirs (const char *path);
char *encode_sasl_pass_plain (char *user, char *pass);
char *encode_sasl_pass_blowfish (char *user, char *pass, char *data);
char *encode_sasl_pass_aes (char *user, char *pass, char *data);