mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
remove commented lines
This commit is contained in:
parent
960a0eacf3
commit
9284c07a84
@ -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…
Reference in New Issue
Block a user