From 528dcc45f84fe716f13ec5878d8fb8997e970f42 Mon Sep 17 00:00:00 2001 From: GamesTrap Date: Tue, 14 Mar 2023 14:54:00 +0100 Subject: [PATCH] Moved credits from win32_window.c to CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + src/win32_window.c | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 60898844..4521353d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -190,6 +190,7 @@ video tutorials. - Martin Pulec - Guillaume Racicot - Christian Rauch + - Simon Richter - Philip Rideout - Eddie Ringle - Max Risuhin diff --git a/src/win32_window.c b/src/win32_window.c index 98995bf0..90b145c9 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -1718,8 +1718,6 @@ static void CleanupBadgeData(HWND hWnd, BadgeData* data) static HICON GenerateTextBadgeIcon(HWND hWnd, WCHAR* text) { - //Credits to GyrosGeier for helping with transparency - BadgeData badgeData; void* bits = NULL; @@ -1890,8 +1888,6 @@ static HICON GenerateTextBadgeIcon(HWND hWnd, WCHAR* text) static HICON GenerateGenericBadgeIcon(HWND hWnd) { - //Credits to GyrosGeier for helping with transparency - BadgeData badgeData; void* bits = NULL;