Index: trunk/ippdb/src/ippdb.h
===================================================================
--- trunk/ippdb/src/ippdb.h	(revision 15576)
+++ trunk/ippdb/src/ippdb.h	(revision 15582)
@@ -11320,5 +11320,4 @@
     psS64           corr_id;
     psS64           chip_id;
-    char            *state;
 } flatcorrExpRow;
 
@@ -11330,6 +11329,5 @@
 flatcorrExpRow *flatcorrExpRowAlloc(
     psS64           corr_id,
-    psS64           chip_id,
-    const char      *state
+    psS64           chip_id
 );
 
@@ -11362,6 +11360,5 @@
     psDB            *dbh,               ///< Database handle
     psS64           corr_id,
-    psS64           chip_id,
-    const char      *state
+    psS64           chip_id
 );
 
