From 9a3b5b4a3a1e8bd2da73ebc493e6fcbab95079f2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 6 Jun 2009 19:18:06 +0000 Subject: Tweaking Base85 with a different charset, and a lookup table. --- include/Base85.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/Base85.h b/include/Base85.h index 1b7a439..d12bd55 100644 --- a/include/Base85.h +++ b/include/Base85.h @@ -29,7 +29,6 @@ class Base85 : public Base { private: static String encode_block(unsigned char in_tab[4], int len); - static int stri(char); static int decode_block(char s1, char s2, char s3, char s4, char s5, unsigned char * out_tab); }; -- cgit v1.2.3