mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Common/SFMLHelper: Remove unused forward declaration
BigEndianValue isn't used in either the header or SFMLHelper.cpp, so it can be removed.
This commit is contained in:
parent
4c75331d5d
commit
e6a4116bf2
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,6 @@ class Packet;
|
||||||
|
|
||||||
namespace Common
|
namespace Common
|
||||||
{
|
{
|
||||||
template <typename value_type>
|
|
||||||
struct BigEndianValue;
|
|
||||||
|
|
||||||
u16 PacketReadU16(sf::Packet& packet);
|
u16 PacketReadU16(sf::Packet& packet);
|
||||||
u32 PacketReadU32(sf::Packet& packet);
|
u32 PacketReadU32(sf::Packet& packet);
|
||||||
u64 PacketReadU64(sf::Packet& packet);
|
u64 PacketReadU64(sf::Packet& packet);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue