mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
remove extra line
This commit is contained in:
parent
afa21ea17a
commit
3cfc809d5c
@ -30,10 +30,8 @@ Main::~Main()
|
|||||||
// Getters
|
// Getters
|
||||||
Glib::ustring Main::get_current_tab_label_text()
|
Glib::ustring Main::get_current_tab_label_text()
|
||||||
{
|
{
|
||||||
int page_number = mainTab->get_current_page();
|
|
||||||
|
|
||||||
return mainTab->get_label_text(
|
return mainTab->get_label_text(
|
||||||
page_number
|
mainTab->get_current_page()
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user