mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
Remove those NOTREACHED comments
This commit is contained in:
parent
da261141fd
commit
ba11e68e94
@ -2165,7 +2165,6 @@ sc_scroll(Argument* argument)
|
||||
ss = TRUE;
|
||||
sc_scroll(&arg);
|
||||
return;
|
||||
/* NOTREACHED */
|
||||
}
|
||||
else if((argument->n == DOWN || argument->n == HALF_DOWN || argument->n == FULL_DOWN) && value == max)
|
||||
{
|
||||
@ -2174,7 +2173,6 @@ sc_scroll(Argument* argument)
|
||||
ss = TRUE;
|
||||
sc_navigate(&arg);
|
||||
return;
|
||||
/* NOTREACHED */
|
||||
}
|
||||
|
||||
gdouble new_value;
|
||||
|
Loading…
Reference in New Issue
Block a user