changed startup log message and commented out unused parameters

This commit is contained in:
lostjared
2017-02-07 10:48:14 -08:00
parent df5410abc7
commit b6ea148c75
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#include "plugin.h"
void ac::plugin(cv::Mat &frame) {
void ac::plugin(cv::Mat &/*frame*/) {
}