mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 00:12:56 +00:00
Remove unused function
This commit is contained in:
@@ -59,14 +59,8 @@ const fetchThemeBundle = async (obj, renderer, theme)=>{
|
||||
}));
|
||||
};
|
||||
|
||||
const fetchBrewAsThemeJSON = async (renderer, theme)=>{
|
||||
if(!renderer || !theme) return;
|
||||
|
||||
}
|
||||
|
||||
export {
|
||||
splitTextStyleAndMetadata,
|
||||
printCurrentBrew,
|
||||
fetchThemeBundle,
|
||||
fetchBrewAsThemeJSON
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user