Move ScopeGuard into libdcp.
[dcpomatic.git] / src / lib / dcp_content.h
index fd78cd0aca2390994bf198c023e289db3de738c2..3753740a2728af929ff17572ffa5c4b2930ce3f7 100644 (file)
@@ -232,9 +232,4 @@ private:
 };
 
 
-extern std::string id_for_font_in_reel(std::string id, int reel);
-extern void add_fonts_from_examiner(std::shared_ptr<TextContent> text, std::vector<std::vector<std::shared_ptr<dcpomatic::Font>>> const& fonts);
-
-
-
 #endif