]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormGraphics.h
Swap two printer related help messages.
[lyx.git] / src / frontends / xforms / FormGraphics.h
index ce3b853ce79551ff7972ed8e5d81b7cf1cf70864..6c42fbbab810c57cd9d884bdd1a6eb8d0065abc5 100644 (file)
@@ -86,14 +86,10 @@ private:
 
        /// Save the active inset and show the dialog.
        void showDialog(InsetGraphics *);
-       /// Explicitly free the dialog.
-       void free();
        /// Verify that the input is correct. If not disable ok/apply buttons.
        bool checkInput();
        /// Open the file browse dialog to select an image file.
        void browse();
-       /// Display a file browser dialog and return the file chosen.
-       string browseFile(string const & filename);
 
        /// Pointer to the actual instantiation of the xform's form
        virtual FL_FORM * form() const;