mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-22 18:32:16 +03:00
Remove unused variables.
This commit is contained in:
parent
1d9ce5348a
commit
4648ce4e59
@ -404,7 +404,7 @@ static void form_event(int index, int external)
|
||||
MENU pop_menu, me_data;
|
||||
|
||||
short x, y;
|
||||
int choice, i;
|
||||
int choice;
|
||||
|
||||
switch(index) {
|
||||
|
||||
@ -814,8 +814,6 @@ static short on_aes_event(GUIWIN *win, EVMULT_OUT *ev_out, short msg[8])
|
||||
{
|
||||
short retval = 0;
|
||||
GRECT clip, work;
|
||||
static short edit_idx = 0;
|
||||
struct gemtk_wm_scroll_info_s *slid;
|
||||
|
||||
if ((ev_out->emo_events & MU_MESAG) != 0) {
|
||||
// handle message
|
||||
|
Loading…
Reference in New Issue
Block a user