Skip to content

Commit e230743

Browse files
committed
chore: remove constructor prevention for FullPlayerInventoryWrapper
Closes: #1665
1 parent db3a76a commit e230743

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/mc/world/actor/player/FullPlayerInventoryWrapper.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ class FullPlayerInventoryWrapper {
2525
::ll::TypedStorage<8, 8, ::Player*> mPlayer;
2626
// NOLINTEND
2727

28-
public:
29-
// prevent constructor by default
30-
FullPlayerInventoryWrapper& operator=(FullPlayerInventoryWrapper const&);
31-
FullPlayerInventoryWrapper(FullPlayerInventoryWrapper const&);
32-
FullPlayerInventoryWrapper();
33-
3428
public:
3529
// member functions
3630
// NOLINTBEGIN

0 commit comments

Comments
 (0)