From 5a5297974b728195a5c5aaf1dcb494dc0f34d8eb Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Thu, 20 Jul 2017 13:23:24 +0100 Subject: Remove alignment macros --- src/Globals.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/Globals.h') diff --git a/src/Globals.h b/src/Globals.h index eba3e6d98..e4adb166c 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -38,10 +38,6 @@ #define OBSOLETE __declspec(deprecated) - // No alignment needed in MSVC - #define ALIGN_8 - #define ALIGN_16 - #define FORMATSTRING(formatIndex, va_argsIndex) // MSVC has its own custom version of zu format @@ -90,9 +86,6 @@ #define OBSOLETE __attribute__((deprecated)) - #define ALIGN_8 __attribute__((aligned(8))) - #define ALIGN_16 __attribute__((aligned(16))) - // Some portability macros :) #define stricmp strcasecmp -- cgit v1.2.3