Ignore:
Timestamp:
09/06/13 14:31:36 (11 years ago)
Author:
nit
Message:

[titan] cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinconfig.h

    r16367 r23286  
    6969struct clist* addskinconfigint(char *key, int value)
    7070{
    71         debug(1000, "in");
    7271        char* fileline = NULL;
    7372        struct clist* ret = NULL;
     
    7776
    7877        free(fileline);
    79         debug(1000, "out");
    8078        return ret;
    8179}
     
    8381int readskinconfig(const char *filename, struct clist** tmpskinconfig)
    8482{
    85         debug(1000, "in");
    8683        FILE *fd = NULL;
    8784        char *fileline = NULL, *pos;
     
    124121        fclose(fd);
    125122        free(fileline);
    126         debug(1000, "out");
    127123        return 0;
    128124}
     
    176172int reloadskinconfig(char *filename)
    177173{
    178         debug(1000, "in");
    179174        int ret = 0;
    180175
     
    183178        if(ret != 0)
    184179        {
    185                 debug(1000, "out -> readskinconfig fail");
     180                err("readskinconfig fail");
    186181                return 1;
    187182        }
    188183
    189         debug(1000, "out");
    190184        return 0;
    191185}
Note: See TracChangeset for help on using the changeset viewer.