mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 12:20:00 +01:00
forgot to comment out unneeded include
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
#include"qtheaders.h"
|
||||
#include "main_window.h"
|
||||
#include<unistd.h>
|
||||
//#include<unistd.h>
|
||||
|
||||
bool blend_set = false;
|
||||
cv::Mat blend_image;
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
|
||||
/*
|
||||
if(chdir("/usr/share/acidcam") == 0) {
|
||||
std::cout << "Changed directory to: /usr/share/acidcam\n";
|
||||
|
||||
Reference in New Issue
Block a user