浏览代码

remove Rast_get_set_window(), use G_get_set_window()

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38008 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父节点
当前提交
a6d3f3fd6a
共有 1 个文件被更改,包括 0 次插入15 次删除
  1. 0 15
      lib/raster/set_window.c

+ 0 - 15
lib/raster/set_window.c

@@ -18,21 +18,6 @@
 #include "G.h"
 
 /*!
- * \brief Get the current working window (region)
- *
- * The current working window values are returned in the structure
- * <i>window</i>.
- *
- * \param[in,out] window window structure to be set
- */
-void Rast_get_set_window(struct Cell_head *window)
-{
-    G__init_window();
-    G_copy(window, &G__.window, sizeof(*window));
-}
-
-
-/*!
  * \brief Establishes 'window' as the current working window.
  * 
  * Any opened cell files has its file-to-window mapping reworked.