mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
chore: remove empty lines
This commit is contained in:
parent
a86f258c6c
commit
79886ecc89
@ -33,6 +33,5 @@ class MouseInput {
|
|||||||
* @return The status of the mouse's right click
|
* @return The status of the mouse's right click
|
||||||
*/
|
*/
|
||||||
[[nodiscard]] virtual MouseClickStatus rightClick () const = 0;
|
[[nodiscard]] virtual MouseClickStatus rightClick () const = 0;
|
||||||
|
|
||||||
};
|
};
|
||||||
} // namespace WallpaperEngine::Input
|
} // namespace WallpaperEngine::Input
|
||||||
|
@ -16,7 +16,6 @@ using namespace WallpaperEngine::Data::Parsers;
|
|||||||
TextureCache::TextureCache (RenderContext& context) : Helpers::ContextAware (context) {}
|
TextureCache::TextureCache (RenderContext& context) : Helpers::ContextAware (context) {}
|
||||||
|
|
||||||
std::shared_ptr<const TextureProvider> TextureCache::resolve (const std::string& filename) {
|
std::shared_ptr<const TextureProvider> TextureCache::resolve (const std::string& filename) {
|
||||||
|
|
||||||
if (const auto found = this->m_textureCache.find (filename); found != this->m_textureCache.end ())
|
if (const auto found = this->m_textureCache.find (filename); found != this->m_textureCache.end ())
|
||||||
return found->second;
|
return found->second;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user