mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Fixed some warning
git-svn-id: svn://ultimatepp.org/upp/trunk@4453 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
581ab09607
commit
9d581f3632
12 changed files with 2391 additions and 2397 deletions
|
|
@ -72,11 +72,6 @@ ArrayCtrl::Column& ArrayCtrl::Column::Ctrls(Callback2<int, One<Ctrl>&> _factory)
|
|||
return *this;
|
||||
}
|
||||
|
||||
static void sPerformSimple(int, One<Ctrl>& x, Callback1<One<Ctrl>&> factory)
|
||||
{
|
||||
factory(x);
|
||||
}
|
||||
|
||||
void ArrayCtrl::Column::Factory1(int, One<Ctrl>& x)
|
||||
{
|
||||
factory1(x);
|
||||
|
|
@ -2879,7 +2874,6 @@ ArrayCtrl::Column& ArrayOption::AddColumn(ArrayCtrl& ac, const Id& id, const cha
|
|||
void ArrayOption::Paint(Draw& w, const Rect& r, const Value& q,
|
||||
Color ink, Color paper, dword style) const
|
||||
{
|
||||
bool focusCursor = (style & (CURSOR | SELECT)) && (style & FOCUS);
|
||||
bool gray = (array && !array->IsEnabled());
|
||||
w.DrawRect(r, paper);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue