From 7e9e508093bfa22635155352e73a31efdf457419 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 19 Dec 2018 11:45:45 +0200 Subject: libcamera: Remove libcamera class The class was just a placeholder, now that we have other objects defined, remove it along with the associated test. The libcamera/libcamera.h header is kept as a shortcut to include the whole libcamera public API. Signed-off-by: Laurent Pinchart --- test/init.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 test/init.cpp (limited to 'test/init.cpp') diff --git a/test/init.cpp b/test/init.cpp deleted file mode 100644 index 4ade4e76..00000000 --- a/test/init.cpp +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ -/* - * Copyright (C) 2018, Google Inc. - * - * init.cpp - libcamera initialization test - */ - -#include - -int main(void) -{ - libcamera::libcamera l = libcamera::libcamera(); - l.init_lib(); - - return 0; -} -- cgit v1.2.1