]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiGraphics.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiGraphics.h
index aeca7e9db5a498365456686544686d2d910fd857..6446949daf39d54ab08f8ee7f57ddc67e55c43c5 100644 (file)
@@ -43,9 +43,6 @@ private Q_SLOTS:
        void on_newGroupPB_clicked();
        void on_browsePB_clicked();
        void on_getPB_clicked();
-       void on_editPB_clicked();
-       void on_chooseSamplePB_clicked();
-       void on_okPB_clicked();
        void on_scaleCB_toggled(bool);
        void on_WidthCB_toggled(bool);
        void on_HeightCB_toggled(bool);
@@ -77,8 +74,6 @@ private:
        std::string readBoundingBox(std::string const & file);
        /// test if file exist
        bool isFileNameValid(std::string const & fname) const;
-       /// Check if file exists, if not, ask whether ok to continue
-       bool checkFileExists();
 
        /// Control the bb
        bool bbChanged;