]> git.sesse.net Git - nageru/blobdiff - nageru/image_input.h
Remove unused member in ImageInput.
[nageru] / nageru / image_input.h
index 02be497ff40e2dccee5f569a5be2e1e98a6ae4c5..6a75df48c9f15ccdccfa26fe4a40b70bf49b05dd 100644 (file)
@@ -31,7 +31,7 @@ private:
                timespec last_modified;
        };
 
-       std::string filename, pathname;
+       std::string pathname;
        std::shared_ptr<const Image> current_image;
 
        static std::shared_ptr<const Image> load_image(const std::string &filename, const std::string &pathname);