mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #3445 from nextcloud/bugfix/remove-unused-function
Remove unused function declaration
This commit is contained in:
commit
dfab4bb447
@ -982,7 +982,7 @@ void FakeFolder::fromDisk(QDir &dir, FileInfo &templateFi)
|
||||
}
|
||||
}
|
||||
|
||||
FileInfo &findOrCreateDirs(FileInfo &base, PathComponents components)
|
||||
static FileInfo &findOrCreateDirs(FileInfo &base, PathComponents components)
|
||||
{
|
||||
if (components.isEmpty())
|
||||
return base;
|
||||
|
||||
@ -486,9 +486,6 @@ private:
|
||||
static void fromDisk(QDir &dir, FileInfo &templateFi);
|
||||
};
|
||||
|
||||
static FileInfo &findOrCreateDirs(FileInfo &base, PathComponents components);
|
||||
|
||||
|
||||
/* Return the FileInfo for a conflict file for the specified relative filename */
|
||||
inline const FileInfo *findConflict(FileInfo &dir, const QString &filename)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user