Remove bogus argument in sample_get_description

Copy-paste mistake from the setter most likely.
This commit is contained in:
Rémi Verschelde 2015-12-28 01:18:37 +01:00
parent 9fddc69769
commit 46eebac3ae
6 changed files with 5 additions and 7 deletions

View file

@ -33,7 +33,7 @@ void AudioServerJavascript::sample_set_description(RID p_sample, const String& p
}
String AudioServerJavascript::sample_get_description(RID p_sample, const String& p_description) const{
String AudioServerJavascript::sample_get_description(RID p_sample) const{
return String();
}