diff options
Diffstat (limited to 'tracker-pt/pt-api.cpp')
-rw-r--r-- | tracker-pt/pt-api.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tracker-pt/pt-api.cpp b/tracker-pt/pt-api.cpp index f64b1d81..d86ef0c6 100644 --- a/tracker-pt/pt-api.cpp +++ b/tracker-pt/pt-api.cpp @@ -21,10 +21,6 @@ double pt_camera_info::get_focal_length() const //static bool once = false; if (!once) { once = true; qDebug() << "f" << ret << "fov" << (fov * 180/M_PI); } } -pt_settings::pt_settings(const QString& name) : opts(name) -{ -} - pt_camera::pt_camera() { } |