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>2008-06-01 14:56:22 +0000
committerStijn Buys <ingar@osirion.org>2008-06-01 14:56:22 +0000
commit0f87d2fd05786f7ab128d4a041673f6fb085139f (patch)
tree37ca8cb6da4fcc2a5c6dc066f3ac033092923c19 /src/client/video.h
parent190cede795ac4c7fcd6865a6c2083b5ce53a154a (diff)
moved camera into render::
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 d453536..20cd875 100644
--- a/src/client/video.h
+++ b/src/client/video.h
@@ -33,9 +33,6 @@ namespace video
/// height of the window in pixels
extern int height;
- /// width/height ratio
- extern float aspect;
-
} // namespace video
} // namespace client