summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-10 01:56:37 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-10 01:56:37 +0200
commit3dff574d59aba28ceda955c7a4d92b53387d2173 (patch)
tree75fc3af449ba887e7cf188b1dd16bc3c5d9af7c0 /src
parent1d257dfa58cc83745d22fa51644d290b35f64c95 (diff)
src: kill undefined move ctor
Diffstat (limited to 'src')
-rw-r--r--src/tile-image.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tile-image.hpp b/src/tile-image.hpp
index 3227dc6b..907a465c 100644
--- a/src/tile-image.hpp
+++ b/src/tile-image.hpp
@@ -23,7 +23,6 @@ struct tile_image_ref final
tile_image_ref(std::shared_ptr<tile_atlas>& atlas, variant_t& variant) noexcept;
tile_image_ref(const tile_image_ref&) noexcept;
- tile_image_ref(tile_image_ref&&) noexcept;
tile_image_ref& operator=(const tile_image_proto& tile_image_proto) noexcept;
operator tile_image_proto() const noexcept;
operator bool() const noexcept;