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:
parent
e6237b5154
commit
c76e500574
32 changed files with 329 additions and 357 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue