Remove the definition of Locale::copyCatalogsTo.

I forgot to remove it in the previous commit
This commit is contained in:
Giorgos Tsiapaliwkas 2012-02-16 14:01:14 +02:00
parent a58d172b2c
commit 94ca0b3a5d

View File

@ -633,11 +633,6 @@ Locale::WeekNumberSystem Locale::weekNumberSystem() const
return (Locale::WeekNumberSystem)m_locale->weekNumberSystem();
}
void Locale::copyCatalogsTo(Locale *locale)
{//TODO find a better way to do the cast?
m_locale->copyCatalogsTo((KLocale *)locale);
}
QString Locale::localizedFilePath(const QString &filePath) const
{
return m_locale->localizedFilePath(filePath);