Skip to content

Commit 52cf025

Browse files
committed
FIX: warning: unreferenced local variable
1 parent 71e7aa9 commit 52cf025

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/os/win32/host-event.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
** REBOL [R3] Language Interpreter and Run-time Environment
44
**
55
** Copyright 2012 REBOL Technologies
6+
** Copyright 2012-2023 Rebol Open Source Developers
67
** REBOL is a trademark of REBOL Technologies
78
**
89
** Additional code modifications and improvements Copyright 2012 Saphirion AG
@@ -265,7 +266,7 @@ static void onModalBlock(
265266
// resizing is a modal loop and prevents it being a problem.
266267
static LPARAM last_xy = 0;
267268
static REBINT mode = 0;
268-
SCROLLINFO si;
269+
//SCROLLINFO si;
269270

270271
gob = GOB_FROM_HWND(hwnd);
271272

0 commit comments

Comments
 (0)