Index: shell/src/Main.cpp |
=================================================================== |
--- a/shell/src/Main.cpp |
+++ b/shell/src/Main.cpp |
@@ -55,18 +55,16 @@ namespace |
int main() |
{ |
try |
{ |
LibFileReader fileReader; |
CerrErrorCallback errorCallback; |
AdblockPlus::JsEngine jsEngine(&fileReader, 0); |
- jsEngine.Load("adblockplus_compat.js"); |
- jsEngine.Load("adblockplus.js"); |
CommandMap commands; |
Add(commands, new GcCommand(jsEngine)); |
Add(commands, new HelpCommand(commands)); |
Add(commands, new SubscriptionsCommand(jsEngine)); |
Add(commands, new MatchesCommand()); |
std::string commandLine; |