src/linetypes/modelobject.h

changeset 1266
eeaca12d3d76
parent 1263
0256edecda54
child 1269
ec691d9472b3
--- a/src/linetypes/modelobject.h	Sat Mar 03 17:56:49 2018 +0200
+++ b/src/linetypes/modelobject.h	Sat Mar 03 17:57:35 2018 +0200
@@ -152,8 +152,6 @@
 	virtual QString asText() const override;
 	QString reason() const;
 	QString contents() const;
-	QString fileReferenced() const;
-	void setFileReferenced (QString value);
 	QString objectListText() const override;
 	bool isColored() const override { return false; }
 	QString typeName() const override { return "error"; }
@@ -164,7 +162,6 @@
 	LDError (QString contents, QString reason, Model* model = nullptr);
 
 private:
-	QString m_fileReferenced; // If this error was caused by inability to open a file, what file was that?
 	QString m_contents; // The LDraw code that was being parsed
 	QString m_reason;
 };

mercurial