mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra line
This commit is contained in:
parent
afa21ea17a
commit
3cfc809d5c
1 changed files with 1 additions and 3 deletions
|
|
@ -30,10 +30,8 @@ Main::~Main()
|
|||
// Getters
|
||||
Glib::ustring Main::get_current_tab_label_text()
|
||||
{
|
||||
int page_number = mainTab->get_current_page();
|
||||
|
||||
return mainTab->get_label_text(
|
||||
page_number
|
||||
mainTab->get_current_page()
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue