diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-29 17:58:05 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-29 17:58:05 -0400 |
commit | c79b36edd35351b37a5f4dfe279a81e7f759e9ca (patch) | |
tree | 8b6710b32654557af602a52d42c2020c888e637b /src/prefs.h | |
parent | f94032dccada873a355e8665036bf1c2fefe4a8b (diff) |
Removed the large panel option (P_large).
Nobody saw use for it...
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h index 19e3890a..e81bda18 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -24,7 +24,7 @@ extern "C" { #define PREFS_GEOMETRY_DEFAULT_YPOS -9999 /* Panel sizes */ -enum { P_tiny = 0, P_small, P_medium, P_large }; +enum { P_tiny = 0, P_small, P_medium }; enum {PREFS_FILTER_ALLOW_ALL, PREFS_FILTER_SAME_DOMAIN}; |