Changeset 16cf182d


Ignore:
Timestamp:
Jul 11, 2011, 10:31:08 AM (13 years ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
33501b2, b8f7962, 06af663, 24b2f18, 220db88
Parents:
820e852
git-author:
Jason Gross <jgross@mit.edu> (07/11/11 09:48:07)
git-committer:
Jason Gross <jgross@mit.edu> (07/11/11 10:31:08)
Message:
Remove unused global variables

I'm not sure why they existed in the first place (they were present in
the initial commit), but, AFAICT, they've never been used.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • global.c

    r2560529 r16cf182d  
    5353  g->resizepending=0;
    5454  g->direction=OWL_DIRECTION_DOWNWARDS;
    55   g->zaway=0;
    5655  owl_fmtext_init_colorpair_mgr(&(g->cpmgr));
    5756  g->debug=OWL_DEBUG;
  • owl.h

    r2560529 r16cf182d  
    556556  char *startupfile;
    557557  int direction;
    558   int zaway;
    559   char *cur_zaway_msg;
    560558  int haveconfig;
    561559  int config_format;
Note: See TracChangeset for help on using the changeset viewer.