Remove MappedDeviceMemory::mapping_pointer

This commit is contained in:
Pierre Krieger 2016-03-26 10:41:59 +01:00
parent d9d4041f2f
commit 045175f40d

View File

@ -164,13 +164,6 @@ impl MappedDeviceMemory {
&self.memory
}
// TODO: remove
#[inline]
#[doc(hidden)]
pub fn mapping_pointer(&self) -> *mut c_void {
self.pointer
}
/// Gives access to the content of the memory.
///
/// # Safety