From 80c5173bfd304e91e688ade4dd650efb7d35c2ee Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Mon, 29 Nov 2010 15:14:10 -0500 Subject: Revert "added toInt() function to WString". This reverts commit 448222e4b65e0cf44dfc0c494f7f76901f1fabea. --- cores/arduino/WString.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cores/arduino/WString.h') diff --git a/cores/arduino/WString.h b/cores/arduino/WString.h index cadddb9..fb87c52 100644 --- a/cores/arduino/WString.h +++ b/cores/arduino/WString.h @@ -78,7 +78,6 @@ class String String trim( ) const; void getBytes(unsigned char *buf, unsigned int bufsize); void toCharArray(char *buf, unsigned int bufsize); - long toInt( ); const String& concat( const String &str ); String replace( char oldChar, char newChar ); String replace( const String& match, const String& replace ); -- cgit v1.2.3-18-g5258