X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fprefs.h;h=62c768d9bd4ad14ed3f66d2ce76407c2424837b8;hp=55ffef35ffa9b1577819c4944b3ed54837e81319;hb=278c59e14c53fd412b734e699bd4f314f766f804;hpb=551b3de3f619c04c2dd1971ee9b3f02e270c28c9 diff --git a/driver/prefs.h b/driver/prefs.h index 55ffef35..62c768d9 100644 --- a/driver/prefs.h +++ b/driver/prefs.h @@ -40,12 +40,6 @@ struct saver_preferences { Bool unfade_p; /* whether to fade from black, if possible */ int fade_seconds; /* how long that should take */ int fade_ticks; /* how many ticks should be used */ - Bool fading_possible_p; /* Whether fading to/from black is possible. - (This isn't strictly a preference, as it - can only be known by querying the display; - the caller of the prefs code may fill this - in if it knows/cares, and warnings will be - issued.) */ Bool install_cmap_p; /* whether we should use our own colormap when using the screen's default visual. */