mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix -Wunused-function warnings
This commit is contained in:
@@ -320,12 +320,6 @@ QByteArray FormatTimeText(TimeId date) {
|
||||
+ Data::NumberToString(parsed.minute(), 2);
|
||||
}
|
||||
|
||||
QByteArray SerializeLink(
|
||||
const Data::Utf8String &text,
|
||||
const QString &path) {
|
||||
return "<a href=\"" + path.toUtf8() + "\">" + text + "</a>";
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
namespace details {
|
||||
|
Reference in New Issue
Block a user