Removed unused/uneeded help function. Help is provided by the geoprocessing

dialog class.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2241 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-11-13 03:21:55 +00:00
parent 71e7f8e682
commit 5a1e99c4e5

View File

@ -62,8 +62,6 @@ class QgsPgGeoprocessing:public QObject, public QgisPlugin
void buffer();
//! unload the plugin
void unload();
//! show the help document
void help();
private:
//! get postgis version string
QString postgisVersion(PGconn *);