mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-02 00:26:45 +00:00
3d: Fix double-clear in oce loadmodel
This commit is contained in:
parent
cbf74d6939
commit
03813b3751
@ -303,8 +303,6 @@ FormatType fileType( const char* aFileName )
|
||||
|
||||
void getTag( TDF_Label& label, std::string& aTag )
|
||||
{
|
||||
aTag.clear();
|
||||
|
||||
if( label.IsNull() )
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user