Ignore:
Timestamp:
08/07/11 17:56:07 (22 months ago)
Author:
pixeldoc2000
Message:

CAM_DRAW_EXPOSITION moved to generic to remove redundant code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/d10/shooting.c

    r1075 r1276  
    159159 
    160160// not used ? -> CAM_DRAW_EXPOSITION 
    161 /* 
    162 char* shooting_get_tv_str() 
    163 { 
    164     short int tvv; 
    165     long i; 
    166     _GetPropertyCase(PROPCASE_TV, &tvv, sizeof(tvv));   // 262 for DiGiC III 
    167     for (i=0;i<SS_SIZE;i++){ 
    168         if (shutter_speeds_table[i].prop_id >= tvv) 
    169             return (char*)shutter_speeds_table[i].name; 
    170     } 
    171     return (void*)"?"; 
    172 } 
    173  
    174 char* shooting_get_av_str() 
    175 { 
    176     short int avv; 
    177     long i; 
    178     _GetPropertyCase(PROPCASE_AV, &avv, sizeof(avv));   // 23 for DiGiC III 
    179     for (i=0;i<AS_SIZE;i++){ 
    180         if (aperture_sizes_table[i].prop_id == avv) 
    181             return (char*)aperture_sizes_table[i].name; 
    182     } 
    183     return (char*) "?"; 
    184 } 
    185 */ 
Note: See TracChangeset for help on using the changeset viewer.