summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorhomeboy445 <akshitsan13@gmail.com>2021-03-18 22:31:06 +0530
committerMike Kaganski <mike.kaganski@collabora.com>2021-03-20 21:36:24 +0100
commit66e88f46f7b9ef7a0b3366805860fd581bed6146 (patch)
treecaaf51d89ff3e5bd758936593b2cdddc7c48b61d /config_host
parentcdeb5046be7f6259bd60f0951c51559edcab91c5 (diff)
tdf#139778 qrcodegen library removal.
It was replaced by ZXing library. Change-Id: I49eb809586c7b4ba3a93fd77f804bfc93fead669 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112701 Reviewed-by: René Engelhard <rene@debian.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_qrcodegen.h.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/config_host/config_qrcodegen.h.in b/config_host/config_qrcodegen.h.in
deleted file mode 100644
index 63388651699f..000000000000
--- a/config_host/config_qrcodegen.h.in
+++ /dev/null
@@ -1,17 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#ifndef INCLUDED_CONFIG_QRCODEGEN_H
-#define INCLUDED_CONFIG_QRCODEGEN_H
-
-#define ENABLE_QRCODEGEN 0
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */