Android: No longer keep an active input stream longer than needed.

This commit is contained in:
Mario Liebisch 2018-03-20 09:33:06 +01:00 committed by Lukas Dürrenberger
parent 3a96024f6b
commit 1e800d9551
2 changed files with 2 additions and 17 deletions

View file

@ -265,9 +265,6 @@ private:
////////////////////////////////////////////////////////////
Vector2u m_size; ///< Image size
std::vector<Uint8> m_pixels; ///< Pixels of the image
#ifdef SFML_SYSTEM_ANDROID
void* m_stream; ///< Asset file streamer (if loaded from file)
#endif
};
} // namespace sf