]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiExternal.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiExternal.h
index 3a41a1833b1db3c90682353126c9560f85c8c720..f7fc31fe2d3c134e56c11dcc6a8643c074031dba 100644 (file)
@@ -17,8 +17,6 @@
 #include "GuiDialog.h"
 #include "ui_ExternalUi.h"
 
-#include "support/types.h"
-
 #include "insets/InsetExternal.h"
 
 #include <QHash>
@@ -57,11 +55,7 @@ private:
        void updateContents();
        /// Helper function called when the template is changed.
        void updateTemplate();
-       /// get bounding box from file
-       void getBB();
 
-       ///
-       MapType extra_;
        ///
        bool initialiseParams(std::string const & data);
        /// clean-up on hide.
@@ -77,10 +71,8 @@ private:
        QString browse(QString const & input_file,
                                 QString const & template_name) const;
 
-       /// Read the Bounding Box from a eps or ps-file
-       std::string const readBB(std::string const & file);
        ///
-private:
+       MapType extra_;
        ///
        InsetExternalParams params_;
        ///