Ignore:
Timestamp:
Apr 17, 2008, 1:40:13 AM (16 years ago)
Author:
Bruno Cornec
Message:

removal of g_skip_floppies now useless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/common/libmondo-cli.c

    r1917 r1918  
    169169extern int g_loglevel;
    170170extern bool g_text_mode;
    171 bool g_skip_floppies;   ///< Whether to skip the creation of boot disks
    172171extern char g_startdir[MAX_STR_LEN];    ///< ????? @bug ?????
    173172extern bool g_sigpipe;
     
    879878    if (flag_set['B']) {
    880879        strncpy(bkpinfo->call_before_iso, flag_val['B'], MAX_STR_LEN);
    881     }
    882     if (flag_set['F']) {
    883         g_skip_floppies = TRUE;
    884880    }
    885881    if (flag_set['H']) {
Note: See TracChangeset for help on using the changeset viewer.