remove private constructor

This commit is contained in:
Denis Rouzaud 2020-05-19 13:56:56 +02:00
parent 1915fe2c08
commit 1affb0c2d3
2 changed files with 0 additions and 7 deletions

View File

@ -60,8 +60,6 @@ Since the paths are stored by order of preference, lower positions in the list t
Unregisters a localized path
%End
private:
QgsLocalizedDataPathRegistry( const QgsLocalizedDataPathRegistry &other );
};
/************************************************************************

View File

@ -66,11 +66,6 @@ class CORE_EXPORT QgsLocalizedDataPathRegistry
void unregisterPath( const QString &path );
private:
#ifdef SIP_RUN
QgsLocalizedDataPathRegistry( const QgsLocalizedDataPathRegistry &other )
{}
#endif
void readFromSettings();
void writeToSettings();