Fix 3 compiler warnings

This commit is contained in:
ngosang 2015-08-01 22:04:51 +02:00
parent e3cb9de365
commit fbb47ce08f
3 changed files with 1 additions and 8 deletions

View file

@ -58,12 +58,6 @@ static const char shortMonth[][4] = {
"May", "Jun", "Jul", "Aug",
"Sep", "Oct", "Nov", "Dec"
};
static const char longMonth[][10] = {
"January", "February", "March",
"April", "May", "June",
"July", "August", "September",
"October", "November", "December"
};
// Ported to Qt4 from KDElibs4
QDateTime RssParser::parseDate(const QString &string) {