Minor change

This commit is contained in:
Benoit Blanchon
2014-07-07 19:50:19 +02:00
parent 6fcf9edf9a
commit cbedcdf93b
3 changed files with 5 additions and 10 deletions

View File

@ -42,11 +42,6 @@ namespace ArduinoJson
itemCount++;
}
void add(const char* key, double value)
{
add<2>(key, value);
}
using JsonObjectBase::printTo;
private: