From 91f8054ac318c07dcebe8f0dc42927700e6697a9 Mon Sep 17 00:00:00 2001 From: Callum Date: Sun, 6 Oct 2013 15:32:40 +0800 Subject: [PATCH] slight changes --- server/dilatometer.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/dilatometer.c b/server/dilatometer.c index 81c815f..6610cac 100644 --- a/server/dilatometer.c +++ b/server/dilatometer.c @@ -8,13 +8,6 @@ #include "dilatometer.h" #include -/*------------------------------------------------------------------- - -compile with: --I/usr/include/opencv -I/usr/include/opencv2/highgui -L/usr/lib -lopencv_highgui -lopencv_core -lopencv_ml -lopencv_imgproc -std=c99 -Wall -pedantic - ---------------------------------------------------------------------*/ - /** Buffer for storing image data. Stored as a **/ static CvMat * g_data = NULL; -- 2.20.1