Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-07-26 20:35:12 +0000
committerStijn Buys <ingar@osirion.org>2011-07-26 20:35:12 +0000
commit11c897f3948c0b4864526e2671874fd662f85688 (patch)
tree30ce397c0d1dbb8f178f218398e4cfdfd2dd7aad /src/client/video.h
parent7cbc39deea27f95257a7b797d79f74a756ec4fb1 (diff)
renamed client::WorldView to client::MainWindow
Diffstat (limited to 'src/client/video.h')
-rw-r--r--src/client/video.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/video.h b/src/client/video.h
index 61cb9df..0a3ed73 100644
--- a/src/client/video.h
+++ b/src/client/video.h
@@ -42,9 +42,6 @@ void set_loader_message(const std::string message);
/// update the loader screen message
void set_loader_message(const char *message = 0);
-/// set the window caption
-void set_caption();
-
} // namespace video
extern core::Cvar *r_width;