From 9a98c4ff358fac1a5d91995a6d94599bc18b57ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Thu, 28 Sep 2023 10:15:01 +0200 Subject: [PATCH] vrclient: Remove unnecessary typedefs. CW-Bug-Id: #22729 --- vrclient_x64/vrclient_x64/vrclient_private.h | 30 -------------------- 1 file changed, 30 deletions(-) diff --git a/vrclient_x64/vrclient_x64/vrclient_private.h b/vrclient_x64/vrclient_x64/vrclient_private.h index e433387f..6a1f6d5c 100644 --- a/vrclient_x64/vrclient_x64/vrclient_private.h +++ b/vrclient_x64/vrclient_x64/vrclient_private.h @@ -21,36 +21,6 @@ void vrclient_free_path( const char *path ); } #endif -/* TODO these should be generated */ -typedef struct __winISteamClient winISteamClient; -typedef struct __winISteamUser winISteamUser; -typedef struct __winISteamGameServer winISteamGameServer; -typedef struct __winISteamFriends winISteamFriends; -typedef struct __winISteamUtils winISteamUtils; -typedef struct __winISteamMatchmaking winISteamMatchmaking; -typedef struct __winISteamMatchmakingServers winISteamMatchmakingServers; -typedef struct __winISteamUserStats winISteamUserStats; -typedef struct __winISteamGameServerStats winISteamGameServerStats; -typedef struct __winISteamApps winISteamApps; -typedef struct __winISteamNetworking winISteamNetworking; -typedef struct __winISteamRemoteStorage winISteamRemoteStorage; -typedef struct __winISteamRemoteScreenshots winISteamRemoteScreenshots; -typedef struct __winISteamScreenshots winISteamScreenshots; -typedef struct __winISteamHTTP winISteamHTTP; -typedef struct __winISteamUnifiedMessages winISteamUnifiedMessages; -typedef struct __winISteamController winISteamController; -typedef struct __winISteamUGC winISteamUGC; -typedef struct __winISteamAppList winISteamAppList; -typedef struct __winISteamMusic winISteamMusic; -typedef struct __winISteamMusicRemote winISteamMusicRemote; -typedef struct __winISteamHTMLSurface winISteamHTMLSurface; -typedef struct __winISteamInventory winISteamInventory; -typedef struct __winISteamVideo winISteamVideo; -typedef struct __winISteamMasterServerUpdater winISteamMasterServerUpdater; -typedef struct __winISteamContentServer winISteamContentServer; -typedef struct __winX winX; -typedef struct __winX winX; - unsigned int vrclient_unix_path_to_dos_path(bool api_result, const char *src, char *dst, uint32_t dst_bytes); void *create_LinuxMatchmakingServerListResponse(void *win);