changeset 74:db03e604eea3

Get rid of a useless forward declaration.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Sep 2011 12:52:49 +0300
parents 55d2e718bb28
children e6175d0a667b
files src/checks.cc
diffstat 1 files changed, 7 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/src/checks.cc	Mon Sep 26 12:48:37 2011 +0300
+++ b/src/checks.cc	Mon Sep 26 12:52:49 2011 +0300
@@ -42,7 +42,13 @@
 #include "textures.h"
 
 
-static void CheckingObjects();
+/*
+   display a message while the user is waiting...
+*/
+static void CheckingObjects()
+{
+    DisplayMessage(-1, -1, "Grinding...");
+}
 
 
 /*
@@ -161,16 +167,6 @@
 
 
 /*
-   display a message while the user is waiting...
-*/
-
-static void CheckingObjects()
-{
-    DisplayMessage(-1, -1, "Grinding...");
-}
-
-
-/*
    display a message, then ask if the check should continue (prompt2 may be NULL)
 */