From f4d9880d3c9555b48affad727589ef5c093b1841 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 16 Sep 2022 23:28:09 +0200 Subject: source: clean up structure --- source/include/wanda/wallpaper.hpp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 source/include/wanda/wallpaper.hpp (limited to 'source/include/wanda/wallpaper.hpp') diff --git a/source/include/wanda/wallpaper.hpp b/source/include/wanda/wallpaper.hpp deleted file mode 100644 index 0cad473..0000000 --- a/source/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