remove commented lines

pull/963/head
yao 12 years ago
parent 960a0eacf3
commit 9284c07a84
  1. 6
      modules/ocl/src/initialization.cpp

@ -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)

Loading…
Cancel
Save