summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/nexscope/nex.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 23:52:47 +0900
commit8269d6d9e5165bb82495ecc99a527b11aaf24680 (patch)
treeafd889d7a43d9ca28c40c3cb50afcae88b9305ed /noatun-plugins/nexscope/nex.h
parentfa3efc1b262185d7f45b835ad8fe070aa44aab75 (diff)
downloadtdeaddons-8269d6d9e5165bb82495ecc99a527b11aaf24680.tar.gz
tdeaddons-8269d6d9e5165bb82495ecc99a527b11aaf24680.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 57ef93c0c479addaa00d9a0cb9ba627dc8599fc5)
Diffstat (limited to 'noatun-plugins/nexscope/nex.h')
-rw-r--r--noatun-plugins/nexscope/nex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/nexscope/nex.h b/noatun-plugins/nexscope/nex.h
index a97ae7f..55cb888 100644
--- a/noatun-plugins/nexscope/nex.h
+++ b/noatun-plugins/nexscope/nex.h
@@ -98,7 +98,7 @@ public:
inline void drawVerticalLine(int x, int yBottom, int yTop, Pixel c)
{
- register int w=width;
+ int w=width;
Pixel *d=mData+x+yTop*w;
yBottom-=yTop;
do