diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/Player.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h index f7d54340e..86d4a2a07 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -656,8 +656,6 @@ private: /** The item being dragged by the cursor while in a UI window */ cItem m_DraggingItem; - std::chrono::steady_clock::time_point m_LastPlayerListTime; - cClientHandlePtr m_ClientHandle; cSlotNums m_InventoryPaintSlots; |