mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +01:00
Remove unused parts library pathname member variables.
This commit is contained in:
parent
baa0a70de2
commit
f3683ee93e
2 changed files with 0 additions and 7 deletions
|
@ -330,11 +330,6 @@ bool lcPiecesLibrary::OpenArchive(lcFile* File, const QString& FileName, lcZipFi
|
|||
|
||||
mZipFiles[ZipFileType] = ZipFile;
|
||||
|
||||
if (ZipFileType == LC_ZIPFILE_OFFICIAL)
|
||||
mLibraryFileName = FileName;
|
||||
else
|
||||
mUnofficialFileName = FileName;
|
||||
|
||||
for (int FileIdx = 0; FileIdx < ZipFile->mFiles.GetSize(); FileIdx++)
|
||||
{
|
||||
lcZipFileInfo& FileInfo = ZipFile->mFiles[FileIdx];
|
||||
|
|
|
@ -194,8 +194,6 @@ protected:
|
|||
|
||||
QString mCachePath;
|
||||
qint64 mArchiveCheckSum[4];
|
||||
QString mLibraryFileName;
|
||||
QString mUnofficialFileName;
|
||||
lcZipFile* mZipFiles[LC_NUM_ZIPFILES];
|
||||
bool mHasUnofficial;
|
||||
bool mCancelLoading;
|
||||
|
|
Loading…
Add table
Reference in a new issue