]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
Revert "Objective-C compililation support with cmake and C++11"
[lyx.git] / src / Format.h
index c4c2a5ea315ef323bef41a5a9534062e61b75e9e..0cb760fe3622a03ea25d2d1c73e46a9f2054d03c 100644 (file)
@@ -156,8 +156,6 @@ public:
        std::string getFormatFromFile(support::FileName const & filename) const;
        /// Finds a format from a file extension. Returns string() if not found.
        std::string getFormatFromExtension(std::string const & ext) const;
-       /// Finds a format by pretty name. Returns string() if not found.
-       std::string getFormatFromPrettyName(std::string const & prettyname) const;
        /** Returns true if the file referenced by \p filename is zipped and
         ** needs to be unzipped for being handled
         ** @note For natively zipped formats, such as dia/odg, this returns false.