diff --git a/desktop_version/src/Network.c b/desktop_version/src/Network.c index 2277c801..dfc15a5d 100644 --- a/desktop_version/src/Network.c +++ b/desktop_version/src/Network.c @@ -12,8 +12,6 @@ DECLARE_BACKEND(STEAM) DECLARE_BACKEND(GOG) #undef DECLARE_BACKEND -typedef intptr_t (*SteamInternal_CreateInterfaceFunc)(const char*); - typedef struct NetworkBackend { int32_t IsInit;