IDE: remove unused variable in ide/Browser/ItemDisplay.cpp.

git-svn-id: svn://ultimatepp.org/upp/trunk@14178 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-03-18 19:06:12 +00:00
parent 96b72ba539
commit ad159b72bd

View file

@ -4,7 +4,6 @@ void PaintText(Draw& w, int& x, int y, const char *text, const Vector<ItemTextPa
int starti, int count, bool focuscursor, Color _ink, bool italic)
{
static int maxascent = MaxAscent(BrowserFont());
bool dark = IsDarkTheme();
for(int i = starti; i < count; i++) {
const ItemTextPart& p = n[i];
Font f = BrowserFont();