mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
96b72ba539
commit
ad159b72bd
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue