Fix a compiler warning

git-svn-id: http://svn.osgeo.org/qgis/trunk@6501 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2007-02-03 08:44:34 +00:00
parent b8234483ac
commit 85ef292537

View File

@ -186,7 +186,6 @@ int QgsHelpViewer::connectDb(const QString &helpDbPath)
// a sqlite3 database always succeeds
int result;
if(QFileInfo(helpDbPath).exists()){
char *zErrMsg = 0;
int rc;
rc = sqlite3_open(helpDbPath, &db);
result = rc;