Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
ba11e68e
Commit
ba11e68e
authored
Oct 13, 2010
by
Sebastian Ramacher
Browse files
Remove those NOTREACHED comments
parent
da261141
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
ba11e68e
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment