[Greater-commits] r3744 - branches/3.0.0-usf/GREAT-ER-DB/impl/postgresql

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 28 17:50:18 CEST 2011


Author: aheinecke
Date: 2011-07-28 17:50:18 +0200 (Thu, 28 Jul 2011)
New Revision: 3744

Modified:
   branches/3.0.0-usf/GREAT-ER-DB/impl/postgresql/daexplib_pg.h
Log:
Remove removed disch_class functions


Modified: branches/3.0.0-usf/GREAT-ER-DB/impl/postgresql/daexplib_pg.h
===================================================================
--- branches/3.0.0-usf/GREAT-ER-DB/impl/postgresql/daexplib_pg.h	2011-07-28 15:49:14 UTC (rev 3743)
+++ branches/3.0.0-usf/GREAT-ER-DB/impl/postgresql/daexplib_pg.h	2011-07-28 15:50:18 UTC (rev 3744)
@@ -136,17 +136,6 @@
                                         long                 vp_disch_id, 
                                         DA_T_errinfo        *vp_errinfo);
 
-
-/* -------------------------------------------------- */
-/*  API functions to access table: DISCH_CLASS_TAB    */
-/* -------------------------------------------------- */
-DAGREATER_PG_EXPORT int da_get_disch_class   (long                 vp_disch_class_id, 
-                                              DA_T_disch_class   **vp_disch_class,
-                                              DA_T_errinfo        *vp_errinfo);
-
-DAGREATER_PG_EXPORT void da_free_disch_class (DA_T_disch_class    *vp_disch_class);
-
-
 /* --------------------------------------------------------- */
 /*  API functions to access table: BACKGRD_JOIN_TAB    */
 /* --------------------------------------------------------- */



More information about the Greater-commits mailing list