summaryrefslogtreecommitdiff
path: root/include/libcamera/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/buffer.h')
-rw-r--r--include/libcamera/buffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libcamera/buffer.h b/include/libcamera/buffer.h
index e14c9bd3..d7784d9d 100644
--- a/include/libcamera/buffer.h
+++ b/include/libcamera/buffer.h
@@ -29,8 +29,6 @@ public:
unsigned int length() const { return length_; }
private:
- friend class Stream;
-
int mmap();
int munmap();