remove unused variable
This commit is contained in:
@@ -400,7 +400,7 @@ void ThumbBrowserEntryBase::resize (int h)
|
|||||||
MYWRITERLOCK(l, lockRW);
|
MYWRITERLOCK(l, lockRW);
|
||||||
|
|
||||||
height = h;
|
height = h;
|
||||||
int old_preh = preh, old_width = width;
|
int old_preh = preh;
|
||||||
|
|
||||||
// dimensions of the button set
|
// dimensions of the button set
|
||||||
int bsw = 0, bsh = 0;
|
int bsw = 0, bsh = 0;
|
||||||
|
Reference in New Issue
Block a user