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
Games
KGoldrunner
Commits
558fab35
Commit
558fab35
authored
Jan 05, 2021
by
Laurent Montel
😁
Browse files
Remove not implemented method or unused signal
parent
cb50a364
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kgrsounds.h
View file @
558fab35
...
...
@@ -58,18 +58,6 @@ public:
*/
void
stopAllSounds
();
/**
* Set volume for the sound effects.
* \param volume the playing volume. 0.0 means mute, 1.0 means full volume.
*/
void
setEffectsVolume
(
double
volume
);
/**
* Set volume for the background music.
* \param volume the playing volume. 0.0 means mute, 1.0 means full volume.
*/
void
setMusicVolume
(
double
volume
);
void
setMuted
(
bool
mute
);
/**
...
...
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