diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-26 19:28:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-26 19:28:10 +0100 |
commit | 05f20c748e731f0ca79e6c3646c399940fe06578 (patch) | |
tree | 49d853b9aec891816c42fb24484822ab134a86b0 /src/options.h | |
parent | 0d4a5ee84a933e6652912dfd4228fc6f30c7ad5f (diff) |
Revert "Add --zoom fill as equivalent to --auto-zoom"
This reverts commit da92889e88a89e48cbcce134b6afa7c504e7569e.
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/options.h b/src/options.h index 283cf10..966169a 100644 --- a/src/options.h +++ b/src/options.h @@ -27,9 +27,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef OPTIONS_H #define OPTIONS_H -#define ZOOM_MODE_FILL 1 -#define ZOOM_MODE_MAX 2 - struct __fehoptions { unsigned char multiwindow; unsigned char montage; @@ -54,6 +51,7 @@ struct __fehoptions { unsigned char randomize; unsigned char jump_on_resort; unsigned char full_screen; + unsigned char auto_zoom; unsigned char draw_filename; unsigned char list; unsigned char quiet; @@ -122,7 +120,6 @@ struct __fehoptions { unsigned int geom_w; unsigned int geom_h; int default_zoom; - int zoom_mode; unsigned char adjust_reload; unsigned char mode; |