diff options
author | portix <portix@gmx.net> | 2012-01-10 13:35:28 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-10 13:35:28 +0100 |
commit | 7e0439e55acd1ae000d9519672ab561ac5c4d7c5 (patch) | |
tree | 99b17724442fd76176ccfa1d9d93d771c5986fdf /src/adblock.c | |
parent | 3df952cb410bd3997c612b3e9058501544a76ed7 (diff) | |
download | dwb-7e0439e55acd1ae000d9519672ab561ac5c4d7c5.zip |
Remove adblocker preprocessor directives; new commandline option -x
--HG--
branch : experimental
Diffstat (limited to 'src/adblock.c')
-rw-r--r-- | src/adblock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/adblock.c b/src/adblock.c index 8512fc15..19019808 100644 --- a/src/adblock.c +++ b/src/adblock.c @@ -16,7 +16,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifdef DWB_ADBLOCKER #include <string.h> #include <JavaScriptCore/JavaScript.h> #include "dwb.h" @@ -938,4 +937,3 @@ adblock_init() { _init = true; return true; }/*}}}*//*}}}*/ -#endif |