lsteamclient: Remove now unused steamclient_manual_common.cpp.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-17 10:37:25 +02:00 committed by Arkadiusz Hiler
parent 05f84c8595
commit 1b4cd4fc7a
6 changed files with 2 additions and 270 deletions

View file

@ -33,7 +33,6 @@ enum callback_type
{
SOCKET_DEBUG_OUTPUT = 1,
STEAM_API_WARNING_HOOK,
STEAM_API_CALLBACK_ONE_PARAM,
};
struct callback_data
@ -55,16 +54,10 @@ struct callback_data
const char *msg;
}
steam_api_warning_hook;
struct
{
void *param;
}
steam_api_callback_one_param;
};
};
void execute_callback(struct callback_data *cb_data);
bool is_native_thread(void);
#ifndef STEAM_API_H
struct networking_message_pool;