Просмотр исходного кода

nvizlib: no need for XmuLookupStandardColormap

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53776 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 лет назад
Родитель
Сommit
4e7c28f704
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      include/nviz.h

+ 0 - 5
include/nviz.h

@@ -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 ***/