]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
Added possibility to retrieve internal buffers (by their tmp file-name) from the...
[lyx.git] / src / Format.h
index aa5907fec07c862cdb7600f4838617ccf06a82fa..21fa27bc91801396d6a4db3102e65bfc6b4ad81b 100644 (file)
@@ -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;