summary refs log tree commit diff
path: root/resources/provider-header.txt
diff options
context:
space:
mode:
Diffstat (limited to 'resources/provider-header.txt')
-rw-r--r--resources/provider-header.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/resources/provider-header.txt b/resources/provider-header.txt
deleted file mode 100644
index 5cc22e76..00000000
--- a/resources/provider-header.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// SPDX-FileCopyrightText: 2021 Nheko Contributors
-// SPDX-FileCopyrightText: 2022 Nheko Contributors
-//
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "emoji/Provider.h"
-
-using namespace emoji;
-
-// a null terminated string_view
-template<size_t N>
-static consteval std::u16string_view
-null_literal(const char16_t (&lit)[N])
-{
-    return std::u16string_view(lit, N);
-}
-
-