]> git.lyx.org Git - features.git/blobdiff - src/frontends/Delegates.h
Embedding: remove the embeddingChanged signal
[features.git] / src / frontends / Delegates.h
index c063c0d37f0a27a8c1198381a2d39c16ebfd7f87..02661c6b0021cd79b9c4978c268ef169f0bb9a02 100644 (file)
@@ -53,8 +53,6 @@ public:
        virtual ~GuiBufferDelegate() {}
        /// This function is called when the buffer structure is changed.
        virtual void structureChanged() = 0;
-       /// This function is called when an embedded file is changed
-       virtual void embeddingChanged() = 0;
        /// This function is called when some parsing error shows up.
        virtual void errors(std::string const &) = 0;
        /// This function is called when some message shows up.