]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Fix assertion when checking if change in selection
[lyx.git] / src / insets / InsetERT.h
index 3438a08903db948b478f12149a9bbdc63fbced3c..30938e0ee0a06e06ef933085eeca75d4aafb1ca2 100644 (file)
@@ -71,8 +71,6 @@ private:
        bool allowSpellCheck() const { return false; }
        ///
        bool insetAllowed(InsetCode code) const { return code == QUOTE_CODE; }
-       ///
-       unique_ptr<support::TempFile> tempfile_;
 };