mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-17 06:12:50 -06:00
cosmetics
This commit is contained in:
parent
504118f27b
commit
689b40943a
26 changed files with 95 additions and 154 deletions
|
|
@ -2151,7 +2151,6 @@ void ArrayCtrl::AddSeparator()
|
|||
DisableLine(ii);
|
||||
}
|
||||
|
||||
//$-
|
||||
#define E__Addv(I) Set0(q, I - 1, p##I)
|
||||
#define E__AddF(I) \
|
||||
void ArrayCtrl::Add(__List##I(E__Value)) { \
|
||||
|
|
@ -2160,7 +2159,6 @@ void ArrayCtrl::Add(__List##I(E__Value)) { \
|
|||
AfterSet(q); \
|
||||
}
|
||||
__Expand(E__AddF)
|
||||
//$+
|
||||
|
||||
void ArrayCtrl::Insert(int i, int count) {
|
||||
if(i < array.GetCount()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue