remove extra defaults

This commit is contained in:
yggverse 2024-08-12 21:22:13 +03:00
parent fa52a8fa70
commit b2ce53f6d8
2 changed files with 3 additions and 22 deletions

View file

@ -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();