aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WString.h
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2010-11-29 15:14:10 -0500
committerDavid A. Mellis <d.mellis@arduino.cc>2010-11-29 15:14:10 -0500
commit80c5173bfd304e91e688ade4dd650efb7d35c2ee (patch)
treec3b55b5688d873b452b648e6a2cab9d17099e0ec /cores/arduino/WString.h
parent15f51fc1f804a86928448f5a54a2850a291cfc73 (diff)
Revert "added toInt() function to WString".
This reverts commit 448222e4b65e0cf44dfc0c494f7f76901f1fabea.
Diffstat (limited to 'cores/arduino/WString.h')
-rw-r--r--cores/arduino/WString.h1
1 files changed, 0 insertions, 1 deletions
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 );