mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-05 09:02:53 +02:00
Removed TODO markers
This commit is contained in:
@@ -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 ();
|
||||
// @@@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user