diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-08-30 09:30:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-08-30 09:30:29 +0200 |
commit | 31f526c28a48edf7dca470a3cb068dc80f4014de (patch) | |
tree | 44c0cfd9df1dc069da53b6902ff53fc5ec1d39ca /ftnoir_tracker_udp | |
parent | 6a7ed00c65c216e53b2f42edc2c71e93d8f4b7de (diff) |
remove capt obvious comments
Diffstat (limited to 'ftnoir_tracker_udp')
-rw-r--r-- | ftnoir_tracker_udp/ftnoir_tracker_udp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftnoir_tracker_udp/ftnoir_tracker_udp.h b/ftnoir_tracker_udp/ftnoir_tracker_udp.h index 2854e942..c093c940 100644 --- a/ftnoir_tracker_udp/ftnoir_tracker_udp.h +++ b/ftnoir_tracker_udp/ftnoir_tracker_udp.h @@ -46,7 +46,6 @@ private: settings s; }; -// Widget that has controls for FTNoIR protocol client-settings. class TrackerControls: public QWidget, public ITrackerDialog { Q_OBJECT @@ -63,9 +62,6 @@ private slots: void doCancel(); }; -//******************************************************************************************************* -// FaceTrackNoIR Tracker DLL. Functions used to get general info on the Tracker -//******************************************************************************************************* class FTNoIR_TrackerDll : public Metadata { public: |