summaryrefslogtreecommitdiff
path: root/lib/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/main.cpp')
-rw-r--r--lib/main.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/main.cpp b/lib/main.cpp
deleted file mode 100644
index 0059e0c9..00000000
--- a/lib/main.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-/* SPDX-License-Identifier: LGPL-2.1-or-later */
-/*
- * Copyright (C) 2018, Google Inc.
- *
- * main.cpp - libcamera main class
- */
-
-#include <iostream>
-#include <libcamera/libcamera.h>
-
-using std::cout;
-using std::endl;
-
-void libcamera::init_lib(void)
-{
- cout << "Lib Camera Init" << endl;
-}