diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 09:49:57 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 11:22:51 +0200 |
commit | bdeeda5bc815dc66eefc1c818213141f92a41e0a (patch) | |
tree | c43b18de5b0d125d64a7cbed47688a27a919c283 /tracker-pt/pt-api.cpp | |
parent | add1d5d0b01078a3a99167a65e691e2ee647f398 (diff) |
tracker/{pt,wii}: cosmetic changes only
Diffstat (limited to 'tracker-pt/pt-api.cpp')
-rw-r--r-- | tracker-pt/pt-api.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-pt/pt-api.cpp b/tracker-pt/pt-api.cpp index 6aeef7dc..2e83d466 100644 --- a/tracker-pt/pt-api.cpp +++ b/tracker-pt/pt-api.cpp @@ -50,5 +50,4 @@ std::tuple<f, f> pt_pixel_pos_mixin::to_screen_pos(f px, f py, int w, int h) } pt_frame::pt_frame() = default; - pt_frame::~pt_frame() = default; |