From ce9614515fa863c4a66870f5288e417eceaf9106 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Jan 2020 20:17:32 +0900 Subject: Removed explicit usage of the 'register' keyword. Signed-off-by: Michele Calgaro (cherry picked from commit 99e56ba8db70324cc5c7ab416a3b48171613bd59) --- examples/desktop/desktop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/desktop/desktop.cpp') diff --git a/examples/desktop/desktop.cpp b/examples/desktop/desktop.cpp index 330c6ad35..15353e98f 100644 --- a/examples/desktop/desktop.cpp +++ b/examples/desktop/desktop.cpp @@ -53,7 +53,7 @@ void poly() int head = 0; int tail = -maxcurves + 2; TQPointArray *a = new TQPointArray[ maxcurves ]; - register TQPointArray *p; + TQPointArray *p; TQRect r = d->rect(); // desktop rectangle int i; -- cgit v1.2.3