remove unused variable

This commit is contained in:
heckflosse
2017-11-25 12:18:20 +01:00
parent 7181f4b245
commit dc248860a1

View File

@@ -400,7 +400,7 @@ void ThumbBrowserEntryBase::resize (int h)
MYWRITERLOCK(l, lockRW);
height = h;
int old_preh = preh, old_width = width;
int old_preh = preh;
// dimensions of the button set
int bsw = 0, bsh = 0;