Support download of KDMs from a web service in swaroop profile.
[dcpomatic.git] / src / lib / internet.cc
index 846dbf7cae3fa7849e97e59ed6b126a1eba68281..662a82443623ed256af0394c75dbfa6b8a505972 100644 (file)
@@ -46,7 +46,6 @@ get_from_url_data (void* buffer, size_t size, size_t nmemb, void* stream)
        return fwrite (buffer, size, nmemb, f);
 }
 
-static
 optional<string>
 get_from_url (string url, bool pasv, ScopedTemporary& temp)
 {