= Display library in GRASS 7 = == Eliminate raster display functions == Directory {{{lib/raster}}} will be used for [wiki:Grass7/RasterLib raster library]. Initial step is to eliminate '''R_()''' fns (some of them move to {{{lib/display}}}). * {{{lib/raster}}} has been removed in r37976 ({{{lib/raster/raster.c}}} -> {{{lib/display/r_raster.c}}}). The fn names unchanged. * {{{raster.h}}} merged with [source:grass/trunk/include/display.h display.h] * Some '''R_()''' fns can be made be static, see [http://lists.osgeo.org/pipermail/grass-dev/2009-June/044696.html suggestion] (r38001) '''Status''': done