]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/db.cpp
Integrated recent API-change
[wxWidgets.git] / src / common / db.cpp
index 6f0219a901b4899d45068c07aae855b5ce4957f1..4617ff18d765f4adfd03e3da299960bbef02cafb 100644 (file)
@@ -1995,7 +1995,6 @@ wxDbInf *wxDB::GetCatalog(char *userID)
 {
        wxDbInf *pDbInf = NULL; // Array of catalog entries
        int      noTab = 0;     // Counter while filling table entries
-       int      i = 0;
        int      pass;
        RETCODE  retcode;
        SDWORD   cb;