Nim: Remove unused declaration

The implementation is gone for a while.

Change-Id: I79e79569b24b7af5ca5e3df0a245fa5dd0f8ef30
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2020-08-31 12:30:41 +02:00
parent 17e0c2b044
commit b42f1bd764

View File

@@ -93,8 +93,6 @@ protected:
void loadSettings();
void saveSettings();
void collectProjectFiles();
ParseGuard m_guard;
NimProjectScanner m_projectScanner;
};