mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove extra arguments
This commit is contained in:
parent
7a522cb1e1
commit
618d8bd530
3 changed files with 17 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue