diff --git a/src/main.cpp b/src/main.cpp index 3f4dfe3..6f8755c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,13 +1,12 @@ #include"qtheaders.h" #include "main_window.h" -#include +//#include 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";