From 3fc3a8128667e24fd40ea80a5b9dcca3ae6d419b Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Sun, 2 May 2021 23:28:05 +0200 Subject: [PATCH] Box+Coord: Remove empty cpp files --- src/CMakeLists.txt | 2 -- src/zm_box.cpp | 22 ---------------------- src/zm_coord.cpp | 22 ---------------------- 3 files changed, 46 deletions(-) delete mode 100644 src/zm_box.cpp delete mode 100644 src/zm_coord.cpp diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 281c7ba34..fc01af04d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,12 +6,10 @@ configure_file(zm_config_data.h.in "${CMAKE_BINARY_DIR}/zm_config_data.h" @ONLY) # Group together all the source files that are used by all the binaries (zmc, zmu, zms etc) set(ZM_BIN_SRC_FILES zm_analysis_thread.cpp - zm_box.cpp zm_buffer.cpp zm_camera.cpp zm_comms.cpp zm_config.cpp - zm_coord.cpp zm_curl_camera.cpp zm_crypt.cpp zm.cpp diff --git a/src/zm_box.cpp b/src/zm_box.cpp deleted file mode 100644 index 6129b7a29..000000000 --- a/src/zm_box.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// -// ZoneMinder Box Class Implementation, $Date$, $Revision$ -// Copyright (C) 2001-2008 Philip Coombes -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// - -#include "zm_box.h" - -// This section deliberately left blank diff --git a/src/zm_coord.cpp b/src/zm_coord.cpp deleted file mode 100644 index 0b7ab0e71..000000000 --- a/src/zm_coord.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// -// ZoneMinder Coordinate Class Implementation, $Date$, $Revision$ -// Copyright (C) 2001-2008 Philip Coombes -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// - -#include "zm_coord.h" - -// This section deliberately left blank