1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-04 16:42:57 +00:00

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();
}
bool Messages::available(string const & c)
bool Messages::available(string const & /* c */)
{
(void)c;
return false;
}