diff --git a/python/core/auto_generated/qgslocalizeddatapathregistry.sip.in b/python/core/auto_generated/qgslocalizeddatapathregistry.sip.in index 5584a814015b..e1f787b373dc 100644 --- a/python/core/auto_generated/qgslocalizeddatapathregistry.sip.in +++ b/python/core/auto_generated/qgslocalizeddatapathregistry.sip.in @@ -32,8 +32,6 @@ The resolving of the file paths happens in QgsPathResolver. public: QgsLocalizedDataPathRegistry(); - ~QgsLocalizedDataPathRegistry(); - QString globalPath( const QString &localizedPath ) const; %Docstring Returns the global path if the file has been found in one of the paths, an empty string otherwise diff --git a/src/core/qgslocalizeddatapathregistry.h b/src/core/qgslocalizeddatapathregistry.h index f9094e871764..51de25d0eb31 100644 --- a/src/core/qgslocalizeddatapathregistry.h +++ b/src/core/qgslocalizeddatapathregistry.h @@ -43,8 +43,6 @@ class CORE_EXPORT QgsLocalizedDataPathRegistry public: QgsLocalizedDataPathRegistry(); - ~QgsLocalizedDataPathRegistry() = default; - //! Returns the global path if the file has been found in one of the paths, an empty string otherwise QString globalPath( const QString &localizedPath ) const;