X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcamera.h;h=b10ccb93e200ceaadbe62e8498c7cb69e427409a;hp=d0e80bc9b795ca989fda0493c75e791e33524baa;hb=bec07999d95b76f4b47cffcc564d0cd0afc0435e;hpb=a40fc85277dba5c34402a0e703d038efd30cc57b diff --git a/source/camera.h b/source/camera.h index d0e80bc9..b10ccb93 100644 --- a/source/camera.h +++ b/source/camera.h @@ -60,10 +60,6 @@ public: float get_far_clip() const { return clip_far; } const Geometry::Angle &get_frustum_rotation() const { return rotate; } - // Deprecated, use set/get_aspect_ratio instead - void set_aspect(float a) { set_aspect_ratio(a); } - float get_aspect() const { return get_aspect_ratio(); } - void set_position(const Vector3 &); void set_look_direction(const Vector3 &); void look_at(const Vector3 &);