From 53dafb1da2b143f1627e6948c477ba1e8e393c32 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Thu, 18 May 2023 14:47:35 +0200 Subject: [PATCH] removed unused method --- .../bin/windows/discord_game_sdk_binding.dll | Bin 209408 -> 209408 bytes .../discord_game_sdk_binding_debug.dll | Bin 212480 -> 212480 bytes src/discordgodot.h | 3 +-- 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/project/addons/discord-sdk-gd/bin/windows/discord_game_sdk_binding.dll b/project/addons/discord-sdk-gd/bin/windows/discord_game_sdk_binding.dll index 8e527b3bf641dde829865631506ec083254cac7f..aa17774c0f1a4d047078dde5806a991101fa188c 100644 GIT binary patch delta 35 pcmZp8!qf1CX8|L#ja*tYGh;h5Bja{vMyA9WAc5`aGnr=2006=83cCOR delta 35 pcmZp8!qf1CX8|MgAC8n}X2y1AM#k;Tj7*6$Kmyy-XEM#40RY(?3=04N diff --git a/project/addons/discord-sdk-gd/bin/windows/discord_game_sdk_binding_debug.dll b/project/addons/discord-sdk-gd/bin/windows/discord_game_sdk_binding_debug.dll index 8c19fc1adcf3272f6c27e5ce36c284f36fadc04b..1fc20a724f3fbdb6ef71963dd37a3f8d5b486c57 100644 GIT binary patch delta 35 pcmZqp!_)AGX8|L#sa#q!Gh;h5Bja{vMyA9iAc5`aOPOZQ0076w3iSX0 delta 35 pcmZqp!_)AGX8|MgH;$BMX2y1AM#k;Tj7*73Kmyy-mom+q0RZ0?3`YO} diff --git a/src/discordgodot.h b/src/discordgodot.h index cbc1da7..19bcea2 100644 --- a/src/discordgodot.h +++ b/src/discordgodot.h @@ -22,7 +22,7 @@ private: String state; String details; - // just want to make pr + String large_image; String large_image_text; String small_image; @@ -112,7 +112,6 @@ public: void register_steam(int32_t value); Dictionary get_current_user(); - void set_current_user(Dictionary value); bool get_is_discord_working(); int get_result_int();