~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to image_xpm.c

  • Committer: Matthew Fuller
  • Date: 2016-05-02 15:43:48 UTC
  • mto: This revision was merged to the branch mainline in revision 481.
  • Revision ID: fullermd@over-yonder.net-20160502154348-we0tbh2u8cm1p0sz
Take out dev dropping.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
                        return;
179
179
 
180
180
                case XpmOpenFailed:
181
 
                        if(1 || (reportxpmerror && reportfilenotfound)) {
 
181
                        if(reportxpmerror && reportfilenotfound) {
182
182
                                fprintf(stderr, "unable to locate XPM file : %s\n", fullname);
183
183
                        }
184
184
                        return;