remove extra arguments

This commit is contained in:
yggverse 2024-09-09 22:23:23 +03:00
parent 7a522cb1e1
commit 618d8bd530
3 changed files with 17 additions and 27 deletions

View file

@ -66,13 +66,10 @@ namespace app::browser::main
// Actions
void refresh(
const int & PAGE_NUMBER // @TODO
const int & PAGE_NUMBER
);
int append(
const unsigned char * REQUEST,
const bool & FOCUS
);
int append();
void close(
const int & PAGE_NUMBER