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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 30 00:50:37 EDT 2009


Author: glynn
Date: 2009-05-30 00:50:36 -0400 (Sat, 30 May 2009)
New Revision: 37598

Modified:
   grass/branches/develbranch_6/include/raster.h
Log:
unlock_driver() no longer exists; remove declaration from raster.h


Modified: grass/branches/develbranch_6/include/raster.h
===================================================================
--- grass/branches/develbranch_6/include/raster.h	2009-05-29 21:59:28 UTC (rev 37597)
+++ grass/branches/develbranch_6/include/raster.h	2009-05-30 04:50:36 UTC (rev 37598)
@@ -37,8 +37,6 @@
 void R_close_driver(void);
 void R_release_driver(void);
 
-/* io_fifo.c / io_sock.c */
-int unlock_driver(int);
 int R_open_driver(void);
 
 /* pad.c */



More information about the grass-commit mailing list