aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/PutImage.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-11-15 19:20:13 +0100
committerMihai Moldovan <ionic@ionic.de>2017-03-01 15:19:13 +0100
commit19edfab7857c158b0925a373531680be78879a61 (patch)
tree5d1d64b1f5e4a829a2a5ef37e94ec092f2b9918f /nx-X11/lib/X11/PutImage.c
parent0f9a11a94b5fb52b5f1f9c79a93c54fc6396cab8 (diff)
downloadnx-libs-19edfab7857c158b0925a373531680be78879a61.tar.gz
nx-libs-19edfab7857c158b0925a373531680be78879a61.tar.bz2
nx-libs-19edfab7857c158b0925a373531680be78879a61.zip
drop platform support: unifdef Lynx.
Fixes ArcticaProject/nx-libs#272.
Diffstat (limited to 'nx-X11/lib/X11/PutImage.c')
-rw-r--r--nx-X11/lib/X11/PutImage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/PutImage.c b/nx-X11/lib/X11/PutImage.c
index de085bcde..daf172cf0 100644
--- a/nx-X11/lib/X11/PutImage.c
+++ b/nx-X11/lib/X11/PutImage.c
@@ -39,10 +39,6 @@ in this Software without prior written authorization from The Open Group.
#define RConst const
#endif
-#if defined(Lynx) && defined(ROUNDUP)
-#undef ROUNDUP
-#endif
-
/* assumes pad is a power of 2 */
#define ROUNDUP(nbytes, pad) (((nbytes) + ((pad) - 1)) & ~(long)((pad) - 1))