diff --git a/lsteamclient/steamclient_main.c b/lsteamclient/steamclient_main.c index 3f2ba4ec..ec561080 100644 --- a/lsteamclient/steamclient_main.c +++ b/lsteamclient/steamclient_main.c @@ -38,7 +38,6 @@ static HANDLE callback_thread_handle; struct callback_data *callback_queue[MAX_CALLBACK_QUEUE_SIZE]; static unsigned int callback_queue_size; static BOOL callback_queue_done; -static UINT64 callback_queue_current_seq_number; static pthread_mutex_t callback_queue_mutex; static pthread_cond_t callback_queue_callback_event; static pthread_cond_t callback_queue_ready_event; diff --git a/lsteamclient/steamclient_private.h b/lsteamclient/steamclient_private.h index 06369f29..a95b5fca 100644 --- a/lsteamclient/steamclient_private.h +++ b/lsteamclient/steamclient_private.h @@ -115,8 +115,3 @@ HSteamPipe after_steam_pipe_create(HSteamPipe pipe); #ifdef __cplusplus } #endif - -#define TRACE WINE_TRACE -#define ERR WINE_ERR -#define WARN WINE_WARN -#define FIXME WINE_FIXME