aboutsummaryrefslogtreecommitdiff
path: root/camera/libpiex_shim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'camera/libpiex_shim.cpp')
-rw-r--r--camera/libpiex_shim.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/camera/libpiex_shim.cpp b/camera/libpiex_shim.cpp
deleted file mode 100644
index 8843a5f..0000000
--- a/camera/libpiex_shim.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (C) 2022 The LineageOS Project
- *
- * SPDX-License-Identifier: Apache-2.0
- */
-
-#include <src/piex.h>
-
-namespace piex {
-
-Error GetPreviewImageData(StreamInterface* data,
- PreviewImageData* preview_image_data) {
- return GetPreviewImageData(data, preview_image_data, nullptr);
-}
-
-} // namespace piex \ No newline at end of file