diff options
author | portix <portix@gmx.net> | 2012-01-10 01:29:58 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-10 01:29:58 +0100 |
commit | 3df952cb410bd3997c612b3e9058501544a76ed7 (patch) | |
tree | 9725d7eebe78a028d10d24108e6bd4174e88be5f /src/config.h | |
parent | 3dfc2fd90064865d38cd73ba6e35695cbc96f10b (diff) | |
download | dwb-3df952cb410bd3997c612b3e9058501544a76ed7.zip |
Removing use-fifo
--HG--
branch : experimental
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index f6e0cca4..28d5ddac 100644 --- a/src/config.h +++ b/src/config.h @@ -940,9 +940,6 @@ static WebSettings DWB_SETTINGS[] = { { { "complete-userscripts", "Whether to complete userscripts", }, SETTING_GLOBAL, BOOLEAN, { .b = false }, (S_Func)dwb_init_vars, }, - { { "use-fifo", "Create a fifo pipe for communication", }, - SETTING_GLOBAL, BOOLEAN, { .b = false }, NULL, }, - { { "default-width", "Default width of the window", }, SETTING_GLOBAL, INTEGER, { .i = 800 }, NULL, }, { { "default-height", "Default height of the window", }, |