https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f91efe1502a9e14cf27fd879d77c5d34e007a382

commit f91efe1502a9e14cf27fd879d77c5d34e007a382
Author:     Joachim Henze <[email protected]>
AuthorDate: Sat Jan 30 20:07:30 2021 +0100
Commit:     Joachim Henze <[email protected]>
CommitDate: Sat Jan 30 20:07:30 2021 +0100

    [SYSDM] Delete 2 forgotten defines
    
    Addendum to 0.4.15-dev-1630-g be25187 (CORE-17429)
---
 dll/cpl/sysdm/general.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dll/cpl/sysdm/general.c b/dll/cpl/sysdm/general.c
index df68c092e00..8d9187964a7 100644
--- a/dll/cpl/sysdm/general.c
+++ b/dll/cpl/sysdm/general.c
@@ -16,9 +16,6 @@
 #include <buildno.h>
 #include <strsafe.h>
 
-#define ANIM_STEP 2
-#define ANIM_TIME 50
-
 typedef struct _IMGINFO
 {
     HBITMAP hBitmap;

Reply via email to