Merge branch 'master' of git.lyx.org:lyx

This commit is contained in:
Juergen Spitzmueller 2012-09-25 17:01:39 +02:00
commit f3ff5e083a

View File

@ -239,9 +239,8 @@ std::string Messages::language() const
return string(); return string();
} }
bool Messages::available(string const & c) bool Messages::available(string const & /* c */)
{ {
(void)c;
return false; return false;
} }