diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-20 21:38:05 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-20 21:38:05 -0300 |
commit | 5e8f91f318ee820c0d5b1f3fcf4f544a77d5ab32 (patch) | |
tree | 16c7c63993ee834107fd5d7931ac62cc64241b04 /src/prefs.c | |
parent | 98c25153adbd82548b67c18f098bb68835bfa329 (diff) |
Ported the command line interface from dillo1 (XID not working yet)
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/prefs.c b/src/prefs.c index f04cb672..d7042924 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -35,10 +35,6 @@ #define DILLO_START_PAGE "about:splash" #define DILLO_HOME "http://www.dillo.org/" -#define D_GEOMETRY_DEFAULT_WIDTH 780 -#define D_GEOMETRY_DEFAULT_HEIGHT 580 -#define D_GEOMETRY_DEFAULT_XPOS -9999 -#define D_GEOMETRY_DEFAULT_YPOS -9999 #define D_VW_FONTNAME "DejaVu Sans" #define D_FW_FONTNAME "DejaVu Sans Mono" |