]> git.lyx.org Git - features.git/blobdiff - src/buffer_funcs.cpp
Embedding: remove the embeddingChanged signal
[features.git] / src / buffer_funcs.cpp
index d66040c5630ad9e77bf803708743219ef827ac42..04bbb1b1b5e36fa442eaf6f4c67b71802dde4ab3 100644 (file)
@@ -473,11 +473,6 @@ void updateLabels(Buffer const & buf, bool childonly)
        cbuf.tocBackend().update();
        if (!childonly)
                cbuf.structureChanged();
-       // FIXME
-       // the embedding signal is emitted with structureChanged signal
-       // this is inaccurate so these two will be separated later.
-       //cbuf.embeddedFiles().update();
-       //cbuf.embeddingChanged();
 }