X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fviewmgr.hxx;h=ea4470fbb6a93bbd0dd78d416b611b3fcb83166c;hb=18d1593c42c2df60d7fb44ace722ca3e8a7fd82c;hp=f3b85136d20cb75133a5fe83e6620f806f5796f8;hpb=df0f0a531fcc9a2dd157c40f4953700bbfca1268;p=flightgear.git diff --git a/src/Main/viewmgr.hxx b/src/Main/viewmgr.hxx index f3b85136d..ea4470fbb 100644 --- a/src/Main/viewmgr.hxx +++ b/src/Main/viewmgr.hxx @@ -147,9 +147,6 @@ private: void setViewAxisLat (double axis); int getView () const; void setView (int newview); - double getViewerPositionX_m () const { return abs_viewer_position[0]; } - double getViewerPositionY_m () const { return abs_viewer_position[1]; } - double getViewerPositionZ_m () const { return abs_viewer_position[2]; } SGPropertyNode_ptr view_number; vector config_list;