diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-19 17:05:11 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-19 17:05:11 +0200 |
commit | 65966c1497cbcf2c9556a754ab4e1ddef5957cfb (patch) | |
tree | 50a50b68de04861ec5751d1bb61f5743f6d9cee0 /facetracknoir/wizard.h | |
parent | 4da0c0619cbf052eb87a618aba4c8de79f0d4325 (diff) |
nix camera settings. fix mappings not saving.
Diffstat (limited to 'facetracknoir/wizard.h')
-rw-r--r-- | facetracknoir/wizard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/facetracknoir/wizard.h b/facetracknoir/wizard.h index 9b0172f5..b0398915 100644 --- a/facetracknoir/wizard.h +++ b/facetracknoir/wizard.h @@ -16,7 +16,6 @@ public: enum Model { Cap, ClipRight, ClipLeft }; enum { ClipRightX = 135, ClipLeftX = -135 }; - enum CameraMode { x640_480_75, x640_480_60, x320_240_189, x320_240_120 }; private slots: void set_data(); }; |