1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Minor clean-ups.

This commit is contained in:
Julian Storer 2010-04-15 11:09:20 +01:00
parent e6237b5154
commit c76e500574
32 changed files with 329 additions and 357 deletions

View file

@ -167,11 +167,6 @@ void PropertySet::removeValue (const String& keyName) throw()
}
}
void PropertySet::setValue (const String& keyName, const tchar* const value) throw()
{
setValue (keyName, String (value));
}
void PropertySet::setValue (const String& keyName, const int value) throw()
{
setValue (keyName, String (value));