mirror of https://github.com/KLayout/klayout.git
Removed TODO markers
This commit is contained in:
parent
2cdcf621d8
commit
d117e024f0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -145,7 +145,6 @@ void
|
|||
D25View::accept ()
|
||||
{
|
||||
QDialog::accept ();
|
||||
// @@@
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue