diff --git a/src/sdl/surface.hpp b/src/sdl/surface.hpp index 7d6189b84781..113e23fd8ebf 100644 --- a/src/sdl/surface.hpp +++ b/src/sdl/surface.hpp @@ -52,12 +52,6 @@ class surface return *this; } - surface& operator=(SDL_Surface* surf) - { - assign_surface_internal(surf); - return *this; - } - surface& operator=(surface&& s) NOEXCEPT { free_surface();