diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-13 15:02:31 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-13 15:02:31 +0200 |
commit | 6be2bbea386c0fb98c750927b1ade2c6dd9d3fbe (patch) | |
tree | c0689c003f68a52788eceac97c688915652d283f /ftnoir_protocol_fg/ftnoir_protocol_fg.cpp | |
parent | 7bd12c290e397fbd258f875cbee78cf5f31c4621 (diff) |
Remove per-file version history. Be careful not to touch copyright information.
Diffstat (limited to 'ftnoir_protocol_fg/ftnoir_protocol_fg.cpp')
-rw-r--r-- | ftnoir_protocol_fg/ftnoir_protocol_fg.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ftnoir_protocol_fg/ftnoir_protocol_fg.cpp b/ftnoir_protocol_fg/ftnoir_protocol_fg.cpp index 7b43e306..abc401fa 100644 --- a/ftnoir_protocol_fg/ftnoir_protocol_fg.cpp +++ b/ftnoir_protocol_fg/ftnoir_protocol_fg.cpp @@ -25,12 +25,6 @@ * to FlightGear, using UDP. *
* It is based on the (Linux) example made by Melchior FRANZ. *
********************************************************************************/
-/*
- Modifications (last one on top):
- 20110401 - WVR: Moved protocol to a DLL, convenient for installation etc.
- 20101224 - WVR: Base class is no longer inheriting QThread. sendHeadposeToGame
- is called from run() of Tracker.cpp
-*/
#include "ftnoir_protocol_fg.h"
#include <QFile>
#include "facetracknoir/global-settings.h"
|