From 8eea4576c433db9f6499081ab7fc789886d32025 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Tue, 27 Jul 2010 10:18:04 +0000 Subject: removed append() from String library --- cores/arduino/WString.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cores/arduino/WString.h') diff --git a/cores/arduino/WString.h b/cores/arduino/WString.h index c49e0c5..dd2245e 100644 --- a/cores/arduino/WString.h +++ b/cores/arduino/WString.h @@ -75,8 +75,6 @@ public: String replace( const String& match, const String& replace ); String substring( unsigned int beginIndex ) const; String substring( unsigned int beginIndex, unsigned int endIndex ) const; - const String& append( const String &str ); - const String& append( const char ); int compareTo( const String &str ) const; int compareTo( const char* str ) const; //added -- cgit v1.2.3-18-g5258