Removed TODO markers

This commit is contained in:
Matthias Koefferlein 2020-04-18 00:38:25 +02:00
parent 2cdcf621d8
commit d117e024f0
2 changed files with 2 additions and 3 deletions

View File

@ -58,13 +58,13 @@ D25Camera::camera_reset ()
double
D25Camera::cam_fov () const
{
return m_fov; // @@@
return m_fov;
}
double
D25Camera::cam_dist () const
{
return 4.0; // @@@
return 4.0;
}
QVector3D

View File

@ -145,7 +145,6 @@ void
D25View::accept ()
{
QDialog::accept ();
// @@@
}
}