Index: include/AdblockPlus/JsEngine.h |
diff --git a/include/AdblockPlus/JsEngine.h b/include/AdblockPlus/JsEngine.h |
index 0fdc0fa485d23fc516c209a7dec8e8ecd49f7e76..2bab17342f51804be36b698d5d2188e17c4a6a9f 100644 |
--- a/include/AdblockPlus/JsEngine.h |
+++ b/include/AdblockPlus/JsEngine.h |
@@ -275,15 +275,6 @@ namespace AdblockPlus |
FileSystemPtr GetAsyncFileSystem() const; |
/** |
- * Sets the synchronous `FileSystem` implementation used for all |
- * file I/O. Setting this is optional, the engine will use the |
- * implementation created by `CreateDefaultFileSystem()` by |
- * default, which might be sufficient. |
- * @param The `FileSystem` instance to use. |
- */ |
- void SetFileSystem(const FileSystemSyncPtr& val); |
- |
- /** |
* Private functionality. |
* @return The LogSystem implementation. |
*/ |