[GRASS-SVN] r53776 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 12 08:08:51 PST 2012


Author: martinl
Date: 2012-11-12 08:08:50 -0800 (Mon, 12 Nov 2012)
New Revision: 53776

Modified:
   grass/trunk/include/nviz.h
Log:
nvizlib: no need for XmuLookupStandardColormap


Modified: grass/trunk/include/nviz.h
===================================================================
--- grass/trunk/include/nviz.h	2012-11-12 15:26:50 UTC (rev 53775)
+++ grass/trunk/include/nviz.h	2012-11-12 16:08:50 UTC (rev 53776)
@@ -15,11 +15,6 @@
 #  include <X11/Xlib.h>
 #  include <X11/Xutil.h>
 #  include <X11/Xatom.h>	/* for XA_RGB_DEFAULT_MAP atom */
-#  if defined(__vms)
-#    include <X11/StdCmap.h>	/* for XmuLookupStandardColormap */
-#  else
-#    include <X11/Xmu/StdCmap.h>	/* for XmuLookupStandardColormap */
-#  endif
 #  include <GL/glx.h>
 
 /*** Mac headers ***/



More information about the grass-commit mailing list