aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-12-24 17:15:50 -0800
committerChris Robinson <[email protected]>2014-12-24 17:15:50 -0800
commit4dc9956a12881d282bdc499b89d8619d8e7d08e2 (patch)
tree63599949f344b24ef7c862afa1e7bb0e4c38ac18 /OpenAL32/Include
parentbc17d6fc45ccf98e3b62e4c6b5b6046bf6255d2f (diff)
Remove some IN_IDE_PARSER uses
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 9dcaa29b..3a79a91b 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -255,13 +255,6 @@ ALC_API void ALC_APIENTRY alcGetInteger64vSOFT(ALCdevice *device, ALCenum pname,
#endif
-#ifdef IN_IDE_PARSER
-/* KDevelop's parser doesn't recognize the C99-standard restrict keyword, but
- * recent versions (at least 4.5.1) do recognize GCC's __restrict. */
-#define restrict __restrict
-#endif
-
-
typedef ALint64SOFT ALint64;
typedef ALuint64SOFT ALuint64;