remove all usages of non-standard #warn

This commit is contained in:
Rasmus Karlsson
2017-01-15 11:21:28 -05:00
parent bbcbc4e3d7
commit bfc6eb8d4b
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ Emotes::getTwitchEmoteLink(long id, qreal &scale)
LazyLoadedImage *
Emotes::getCheerImage(long long amount, bool animated)
{
#pragma message WARN("xD")
// TODO: fix this xD
return getCheerBadge(amount);
}