summaryrefslogtreecommitdiffstats
path: root/ml/dlib/tools/imglab/src/convert_idl.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:18 +0000
commit5da14042f70711ea5cf66e034699730335462f66 (patch)
tree0f6354ccac934ed87a2d555f45be4c831cf92f4a /ml/dlib/tools/imglab/src/convert_idl.h
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-5da14042f70711ea5cf66e034699730335462f66.tar.xz
netdata-5da14042f70711ea5cf66e034699730335462f66.zip
Merging upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ml/dlib/tools/imglab/src/convert_idl.h')
-rw-r--r--ml/dlib/tools/imglab/src/convert_idl.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ml/dlib/tools/imglab/src/convert_idl.h b/ml/dlib/tools/imglab/src/convert_idl.h
deleted file mode 100644
index d8c33d961..000000000
--- a/ml/dlib/tools/imglab/src/convert_idl.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (C) 2011 Davis E. King (davis@dlib.net)
-// License: Boost Software License See LICENSE.txt for the full license.
-#ifndef DLIB_IMGLAB_CONVErT_IDL_H__
-#define DLIB_IMGLAB_CONVErT_IDL_H__
-
-#include "common.h"
-#include <dlib/cmd_line_parser.h>
-
-void convert_idl(const dlib::command_line_parser& parser);
-
-#endif // DLIB_IMGLAB_CONVErT_IDL_H__
-
-
-