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 /faceapi | |
parent | 7bd12c290e397fbd258f875cbee78cf5f31c4621 (diff) |
Remove per-file version history. Be careful not to touch copyright information.
Diffstat (limited to 'faceapi')
-rw-r--r-- | faceapi/main.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/faceapi/main.cpp b/faceapi/main.cpp index 6cc93112..9fe0af95 100644 --- a/faceapi/main.cpp +++ b/faceapi/main.cpp @@ -21,15 +21,6 @@ * You should have received a copy of the GNU General Public License along *
* with this program; if not, see <http://www.gnu.org/licenses/>. *
*********************************************************************************/
-/*
- Modifications (last one on top):
- 20130105 - WVR: Set engine state to TERMINATED, when EXIT.
- 20110501 - WVR: Added some command to be handled from FaceTrackNoIR (settings dialog).
- 20110322 - WVR: Somehow the video-widget of faceAPI version 3.2.6. does not
- work with FaceTrackNoIR (Qt issue?!). To be able to use
- release 3.2.6 of faceAPI anyway, this console-app is used.
- It exchanges data with FaceTrackNoIR via shared-memory...
-*/
//Precompiled header
#include "stdafx.h"
|