16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00

cleanup: remove VSDev camera implementation, remove symbols from CI because they are unreasonably big, mac CI tmp upload

This commit is contained in:
milek7
2021-01-24 23:38:13 +01:00
parent 610ae75b17
commit 158c42b5f0
11 changed files with 15 additions and 284 deletions

View File

@@ -19,11 +19,7 @@ http://mozilla.org/MPL/2.0/.
#include "widgets/time.h"
#include "widgets/trainingcard.h"
#include "widgets/perfgraphs.h"
#ifdef USE_EXTCAM_CAMERA
#include "widgets/cameraview_extcam.h"
#elif USE_VSDEV_CAMERA
#include "widgets/cameraview_vsdev.h"
#endif
class driver_ui : public ui_layer {