]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiGraphics.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[features.git] / src / frontends / qt4 / GuiGraphics.cpp
index 75ccbf8085f7f9b6f95bea317828c046f3099d66..a8c0d924328030a55d11f3ff8fb0a9bd3f2b205a 100644 (file)
@@ -315,12 +315,6 @@ void GuiGraphics::on_getPB_clicked()
 }
 
 
-void GuiGraphics::on_filename_textChanged(const QString & filename)
-{
-       EmbeddedFile file = EmbeddedFile(fromqstr(filename), fromqstr(bufferFilepath()));
-}
-
-
 void GuiGraphics::setAutoText()
 {
        if (scaleCB->isChecked())
@@ -596,7 +590,7 @@ void GuiGraphics::updateContents()
        else
                origin->setCurrentIndex(0);
 
-       //// latex section
+       // latex section
        latexoptions->setText(toqstr(igp.special));
 }