[GRASS-SVN] r53777 - grass/branches/develbranch_6/include

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


Author: martinl
Date: 2012-11-12 08:17:36 -0800 (Mon, 12 Nov 2012)
New Revision: 53777

Modified:
   grass/branches/develbranch_6/include/nviz.h
Log:
nvizlib: no need for XmuLookupStandardColormap
	 (merge r53776 from trunk)


Modified: grass/branches/develbranch_6/include/nviz.h
===================================================================
--- grass/branches/develbranch_6/include/nviz.h	2012-11-12 16:08:50 UTC (rev 53776)
+++ grass/branches/develbranch_6/include/nviz.h	2012-11-12 16:17:36 UTC (rev 53777)
@@ -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