瀏覽代碼

nvizlib: no need for XmuLookupStandardColormap

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53776 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父節點
當前提交
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 ***/