diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-04-06 17:35:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-04-06 17:35:18 +0200 |
commit | be1b4e083d3599d4e0ad1f483ff5fe1f7ee1178f (patch) | |
tree | ba5d4a508ac944b06b0de873677b45a7228b1048 /proto-ft/ftnoir_protocol_ft.h | |
parent | 926b2b16c8df2e7c54de10780860176d2277e9b1 (diff) |
proto/ft: only clear registry path on program exit
Clear registry path when opentrack exits, not merely tracking is
stopped. This is still controlled by the checkbox, while checking for
being the first instance happens always regardless.
Also update dialog description.
Issue: #332
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.h')
-rwxr-xr-x | proto-ft/ftnoir_protocol_ft.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.h b/proto-ft/ftnoir_protocol_ft.h index b5b802bd..061504d9 100755 --- a/proto-ft/ftnoir_protocol_ft.h +++ b/proto-ft/ftnoir_protocol_ft.h @@ -43,7 +43,6 @@ typedef void (__stdcall *importTIRViewsStop)(void); struct runonce { virtual void try_runonce() = 0; - virtual void try_exit() = 0; virtual bool is_first_run() = 0; virtual ~runonce() {} virtual void set_enabled(bool flag) = 0; |