Skip to content

Commit

Permalink
Removed an unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 7, 2015
1 parent b847cad commit 906ff65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/intro.cpp
Expand Up @@ -25,7 +25,6 @@
#include "display.hpp"
#include "gettext.hpp"
#include "marked-up_text.hpp"
#include "storyscreen/interface.hpp"

void the_end(display &disp, std::string text, unsigned int duration)
{
Expand Down
11 changes: 0 additions & 11 deletions src/storyscreen/interface.hpp
Expand Up @@ -57,15 +57,4 @@ enum START_POSITION {
void show_story(display &disp, const std::string &scenario_name,
const config::const_child_itors &story);

/**
* Displays a simple fading screen with any user-provided text.
* Used after the end of single-player campaigns.
*
* @param text Text to display, centered on the screen.
*
* @param duration In milliseconds, for how much time the text will
* be displayed on screen.
*/
void show_endscreen(display& disp, const t_string& text, unsigned int duration);

#endif /* ! STORYSCREEN_HPP_INCLUDED */

0 comments on commit 906ff65

Please sign in to comment.