X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormGraphics.h;h=6c42fbbab810c57cd9d884bdd1a6eb8d0065abc5;hb=eba67bc3120dc301bf193c3f3b570f51f00a4654;hp=ce3b853ce79551ff7972ed8e5d81b7cf1cf70864;hpb=c9dbe4fd82bf88c1b8c8abb7be24f86c6ec25e3f;p=lyx.git diff --git a/src/frontends/xforms/FormGraphics.h b/src/frontends/xforms/FormGraphics.h index ce3b853ce7..6c42fbbab8 100644 --- a/src/frontends/xforms/FormGraphics.h +++ b/src/frontends/xforms/FormGraphics.h @@ -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;