From 375799fa79d1af76f33299acc20a11a167a021f8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 17 Aug 2023 12:32:50 +0200 Subject: project: restructure libraries and build env --- source/lib/include/wanda/wallpaper.hpp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 source/lib/include/wanda/wallpaper.hpp (limited to 'source/lib/include/wanda/wallpaper.hpp') diff --git a/source/lib/include/wanda/wallpaper.hpp b/source/lib/include/wanda/wallpaper.hpp deleted file mode 100644 index 0cad473..0000000 --- a/source/lib/include/wanda/wallpaper.hpp +++ /dev/null @@ -1,24 +0,0 @@ -/** - * @file wallpaper.hpp - * @author Felix Morgner (felix.morgner@gmail.com) - * @since 1.0.0 - */ - -#ifndef WANDA_WALLPAPER_HPP -#define WANDA_WALLPAPER_HPP - -#include -#include - -#include -#include - -namespace wanda -{ - /** - * @brief Set the wallpaper to the file specified by the given path - */ - void set_wallpaper(std::filesystem::path wallpaper); -} // namespace wanda - -#endif \ No newline at end of file -- cgit v1.2.3