From 5bc1f7bed536e0e936fd13fad45c49392b0bfff4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 11 May 2020 12:24:04 +0200 Subject: Separated out routines to libcommon --- plugins/webbox/file.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 plugins/webbox/file.h (limited to 'plugins/webbox/file.h') diff --git a/plugins/webbox/file.h b/plugins/webbox/file.h deleted file mode 100644 index e7e4cf6..0000000 --- a/plugins/webbox/file.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -namespace File { - -std::string getFile(const std::filesystem::path& filename); -void setFile(const std::filesystem::path& filename, const std::string& s); -void setFile(const std::filesystem::path& filename, const char* data, size_t size); -void setFile(const std::filesystem::path& filename, const std::vector& data); - -} -- cgit v1.2.3