Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
appstream
Commits
b4347dea
Commit
b4347dea
authored
Jan 18, 2020
by
Matthias Klumpp
Browse files
trivial: Remove some dead code
parent
a7315dd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/as-content-rating.c
View file @
b4347dea
...
...
@@ -332,8 +332,6 @@ as_content_rating_attribute_to_csm_age (const gchar *id, AsContentRatingValue va
return
oars_to_csm_mappings
[
i
].
csm_age_moderate
;
case
AS_CONTENT_RATING_VALUE_INTENSE
:
return
oars_to_csm_mappings
[
i
].
csm_age_intense
;
case
AS_CONTENT_RATING_VALUE_UNKNOWN
:
case
AS_CONTENT_RATING_VALUE_LAST
:
default:
/* Handled above. */
g_assert_not_reached
();
...
...
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