Skip to content

Commit 1affb0c

Browse files
committedMay 19, 2020
remove private constructor
1 parent 1915fe2 commit 1affb0c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed
 

‎python/core/auto_generated/qgslocalizeddatapathregistry.sip.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Since the paths are stored by order of preference, lower positions in the list t
6060
Unregisters a localized path
6161
%End
6262

63-
private:
64-
QgsLocalizedDataPathRegistry( const QgsLocalizedDataPathRegistry &other );
6563
};
6664

6765
/************************************************************************

‎src/core/qgslocalizeddatapathregistry.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ class CORE_EXPORT QgsLocalizedDataPathRegistry
6666
void unregisterPath( const QString &path );
6767

6868
private:
69-
#ifdef SIP_RUN
70-
QgsLocalizedDataPathRegistry( const QgsLocalizedDataPathRegistry &other )
71-
{}
72-
#endif
73-
7469
void readFromSettings();
7570
void writeToSettings();
7671

0 commit comments

Comments
 (0)
Please sign in to comment.