remove commented lines
This commit is contained in:
parent
960a0eacf3
commit
9284c07a84
@ -422,12 +422,6 @@ namespace cv
|
|||||||
return buffer;
|
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,
|
void openCLMallocPitch(Context *clCxt, void **dev_ptr, size_t *pitch,
|
||||||
size_t widthInBytes, size_t height,
|
size_t widthInBytes, size_t height,
|
||||||
DevMemRW rw_type, DevMemType mem_type, void* hptr)
|
DevMemRW rw_type, DevMemType mem_type, void* hptr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user