remove commented lines

This commit is contained in:
yao 2013-06-07 15:31:12 +08:00
parent 960a0eacf3
commit 9284c07a84

View File

@ -422,12 +422,6 @@ namespace cv
return buffer;
}
//void openCLMallocPitch(Context *clCxt, void **dev_ptr, size_t *pitch,
// size_t widthInBytes, size_t height)
//{
// openCLMallocPitchEx(clCxt, dev_ptr, pitch, widthInBytes, height, gDeviceMemRW, gDeviceMemType);
//}
void openCLMallocPitch(Context *clCxt, void **dev_ptr, size_t *pitch,
size_t widthInBytes, size_t height,
DevMemRW rw_type, DevMemType mem_type, void* hptr)