summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-12-12 21:42:10 +0100
committerNoel Grandin <noelgrandin@gmail.com>2013-12-13 09:07:07 +0000
commitc69b6417af9d03b81813e6d56cdd082d511aef24 (patch)
treef0ce56a3c925f2a914492a3b1029ed875ea2ec80 /chart2
parentaf8191d2fa6bc7fce9020fd75c44c78d87cc1d75 (diff)
fdo#72598 Remove SunStudio cruft from code base
Change-Id: Ia6799c852eb95d496fbc8dcfdabde62dffc263a6 Reviewed-on: https://gerrit.libreoffice.org/7066 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/inc/GL/glew.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/inc/GL/glew.h b/chart2/inc/GL/glew.h
index 51a29ef8b910..421fc17893dd 100644
--- a/chart2/inc/GL/glew.h
+++ b/chart2/inc/GL/glew.h
@@ -236,8 +236,6 @@ typedef _W64 int ptrdiff_t;
#else
# if defined(__GNUC__) && __GNUC__>=4
# define GLEWAPI extern __attribute__ ((visibility("default")))
-# elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
-# define GLEWAPI extern __global
# else
# define GLEWAPI extern
# endif