Removed unnecessary returns and break statements
This commit is contained in:
parent
294e912a84
commit
baa94a3758
6 changed files with 4 additions and 8 deletions
|
|
@ -56,8 +56,6 @@ static String _mktab(int p_level) {
|
|||
static String _typestr(SL::DataType p_type) {
|
||||
|
||||
return ShaderLanguage::get_datatype_name(p_type);
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
static String _prestr(SL::DataPrecision p_pres) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue