Fix unused variable
This commit is contained in:
parent
ddd9f928a4
commit
296294fc51
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ void Userpic::refreshPhoto() {
|
|||
void Userpic::createCache(Image *image) {
|
||||
const auto size = this->size();
|
||||
const auto real = size * cIntRetinaFactor();
|
||||
auto options = Images::Option::Smooth | Images::Option::Circled;
|
||||
// auto options = Images::Option::Smooth | Images::Option::Circled;
|
||||
// _useTransparency ? (Images::Option::RoundedLarge | Images::Option::RoundedTopLeft | Images::Option::RoundedTopRight | Images::Option::Smooth) : Images::Option::None;
|
||||
if (image) {
|
||||
auto width = image->width();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue