diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-02 18:43:24 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-02 18:43:24 +0200 |
commit | 810e2d5361565f07ee59678812f89f34a9f5e204 (patch) | |
tree | e1914298f9d4c795f465176dd1593fd2ae7d199b /facetracknoir | |
parent | 9a7a41c2c81cc14fd984f43cd04e1b2d5592aa58 (diff) |
Remove unused file
Diffstat (limited to 'facetracknoir')
-rw-r--r-- | facetracknoir/spot.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/facetracknoir/spot.h b/facetracknoir/spot.h deleted file mode 100644 index e23c4e2c..00000000 --- a/facetracknoir/spot.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef __SPOT_H__ -#define __SPOT_H__ - -class Spot { - -private: - QPoint distance; - QPoint position; - QImage image; - QRect target; - QRect source; - -public: - Spot(); - - void setDistance(QPoint distance); - QPoint getDistance(); - - void setPosition(QPoint position); - QPoint getPosition(); - - QRect getTarget(); - QRect getSource(); - QImage getImage(); -}; - -#endif
\ No newline at end of file |