mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Remove legacy image-related code.
This commit is contained in:
@@ -183,12 +183,6 @@ QString WallPaper::shareUrl() const {
|
||||
: base + '?' + params.join('&');
|
||||
}
|
||||
|
||||
void WallPaper::loadLocalThumbnail() const {
|
||||
if (_thumbnail) {
|
||||
_thumbnail->load(fileOrigin());
|
||||
}
|
||||
}
|
||||
|
||||
void WallPaper::loadDocumentThumbnail() const {
|
||||
if (_document) {
|
||||
_document->loadThumbnail(fileOrigin());
|
||||
|
Reference in New Issue
Block a user