summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/pt-api.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-16 01:33:41 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-16 06:45:47 +0100
commit2940121b2cd87e2d259afa2226235561e69b8bd8 (patch)
treeeddbfc4a7a0a51dd44fc9283ecfb73f9f066f27c /tracker-pt/pt-api.cpp
parente655bd4e5a490c1d722691062a723fd075c9ddfa (diff)
tracker/pt: make pt_settings header-only
We'd like to change the settings without linking to the tracker-pt library.
Diffstat (limited to 'tracker-pt/pt-api.cpp')
-rw-r--r--tracker-pt/pt-api.cpp4
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()
{
}