diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-06 03:50:52 -0700 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-06 03:50:52 -0700 |
commit | db59542cbb2fc3c2ac1b40928d514113bced8b0b (patch) | |
tree | 88b9c5efe598aed10bb82c54bfcc04a638866f0d /FTNoIR_Tracker_PT/frame_observer.cpp | |
parent | b2167e6cba93106e3e6fa4a8337ebadbf049c1f8 (diff) |
rename case
Diffstat (limited to 'FTNoIR_Tracker_PT/frame_observer.cpp')
-rw-r--r-- | FTNoIR_Tracker_PT/frame_observer.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/FTNoIR_Tracker_PT/frame_observer.cpp b/FTNoIR_Tracker_PT/frame_observer.cpp deleted file mode 100644 index 281f3d57..00000000 --- a/FTNoIR_Tracker_PT/frame_observer.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright (c) 2013 Patrick Ruoff
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- */
-
-#include "frame_observer.h"
-
-//-----------------------------------------------------------------------------
-FrameProvider::~FrameProvider()
-{
- QMutexLocker lock(&observer_mutex);
- for (std::set<FrameObserver*>::iterator iter=frame_observers.begin(); iter!=frame_observers.end(); ++iter)
- {
- (*iter)->on_frame_provider_destroy();
- }
-}
|