Skip to content

Commit

Permalink
remove private constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 19, 2020
1 parent 1915fe2 commit 1affb0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Expand Up @@ -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 );
};

/************************************************************************
Expand Down
5 changes: 0 additions & 5 deletions src/core/qgslocalizeddatapathregistry.h
Expand Up @@ -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();

Expand Down

0 comments on commit 1affb0c

Please sign in to comment.