mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove extra defaults
This commit is contained in:
parent
fa52a8fa70
commit
b2ce53f6d8
2 changed files with 3 additions and 22 deletions
|
|
@ -20,25 +20,6 @@ namespace app::browser::main
|
|||
|
||||
public:
|
||||
|
||||
const bool SCROLLABLE = true;
|
||||
const bool REORDERABLE = true;
|
||||
|
||||
const char * LABEL = _("New tab");
|
||||
|
||||
class Navbar
|
||||
{
|
||||
public:
|
||||
|
||||
Navbar();
|
||||
};
|
||||
|
||||
class Body
|
||||
{
|
||||
public:
|
||||
|
||||
Body();
|
||||
};
|
||||
|
||||
Tab();
|
||||
|
||||
~Tab();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue