mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove extra constructions
This commit is contained in:
parent
3b1d918921
commit
9cb2c3fd98
1 changed files with 0 additions and 8 deletions
|
|
@ -73,14 +73,6 @@ void Tab::append(
|
|||
void Tab::close(
|
||||
int page_number
|
||||
) {
|
||||
auto pageWidget = get_nth_page(
|
||||
page_number
|
||||
);
|
||||
|
||||
auto labelWidget = get_tab_label(
|
||||
* pageWidget
|
||||
);
|
||||
|
||||
remove_page(
|
||||
page_number
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue