IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13451


Ignore:
Timestamp:
May 21, 2007, 2:37:57 PM (19 years ago)
Author:
Paul Price
Message:

Removing empty function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r12890 r13451  
    55#include <stdio.h>
    66#include <string.h>
    7 #include <strings.h>            /* for strn?casecmp */
     7#include <strings.h>            /* for strn?casecmp */
    88#include <pslib.h>
    99
     
    9090    psFree (file);
    9191    return (file);
    92 }
    93 
    94 // Check the various levels for file operations to make sure that they are suitable based on the format
    95 static void adjustLevels(pmFPAfile *file, // File for which to adjust levels
    96                          const psMetadata *format // Format to use to adjust levels
    97                         )
    98 {
    99     assert(file);
    100     assert(format);
    101 
    102 
    103     return;
    10492}
    10593
     
    218206        }
    219207    }
    220     adjustLevels(file, format);
    221 
    222208
    223209    // add argument-supplied OUTPUT name to this file
     
    447433    if (file->type == PM_FPA_FILE_PSF) {
    448434        file->filerule = psStringCopy (infiles->data[0]);
     435        if (found) {
     436            *found = true;
     437        }
    449438        return file;
    450439    }
Note: See TracChangeset for help on using the changeset viewer.