Skip to content

Commit

Permalink
Remove redundant default constructor
Browse files Browse the repository at this point in the history
The updated headers no longer require defining the default
constructor for `FWorldScannableData`. Remove it.
  • Loading branch information
Th3Fanbus authored Nov 8, 2024
1 parent a379508 commit 815d463
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/FactoryGame/Private/FGWorldScannableData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
#include "WorldPartition/WorldPartitionActorDesc.h"
#endif

FWorldScannableData::FWorldScannableData()
{
}

#if WITH_EDITOR

FWorldScannableData::FWorldScannableData(const AActor* actor)
Expand Down

0 comments on commit 815d463

Please sign in to comment.