summaryrefslogtreecommitdiff
path: root/src/libcamera/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/main.cpp')
-rw-r--r--src/libcamera/main.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/libcamera/main.cpp b/src/libcamera/main.cpp
deleted file mode 100644
index 7ed37dfc..00000000
--- a/src/libcamera/main.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/* SPDX-License-Identifier: LGPL-2.1-or-later */
-/*
- * Copyright (C) 2018, Google Inc.
- *
- * main.cpp - libcamera main class
- */
-
-#include <libcamera/libcamera.h>
-
-#include "log.h"
-
-namespace libcamera {
-
-void libcamera::init_lib(void)
-{
- LOG(Info) << "Lib Camera Init";
-}
-
-};