X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFormat.h;h=21fa27bc91801396d6a4db3102e65bfc6b4ad81b;hb=edc94a578f3e43c036842f91f25cf2eea42eb6cf;hp=aa5907fec07c862cdb7600f4838617ccf06a82fa;hpb=9e45d814412c390f13a625f7f3a010bfac73c4e5;p=lyx.git diff --git a/src/Format.h b/src/Format.h index aa5907fec0..21fa27bc91 100644 --- a/src/Format.h +++ b/src/Format.h @@ -33,7 +33,7 @@ public: /// Some formats are both (e.g. pdf), they have this flag set. document = 1, /// Set if this format can contain vector graphics. - vector = 2, + vector = 2 }; /// Format(std::string const & n, std::string const & e, std::string const & p, @@ -143,8 +143,6 @@ public: void setViewer(std::string const & name, std::string const & command); /// void setEditor(std::string const & name, std::string const & command); - /// Currently used by hyperlink insets - bool viewURL(std::string const &url); /// View the given file. Buffer used for DVI's paper orientation. bool view(Buffer const & buffer, support::FileName const & filename, std::string const & format_name) const;