~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to parse_yacc.c

  • Committer: Matthew Fuller
  • Date: 2016-10-31 05:25:44 UTC
  • mfrom: (537.1.2 cleanups)
  • Revision ID: fullermd@over-yonder.net-20161031052544-ovtbmgn0du73jixp
Remove f.movemenu function.  It has never done anything, and has never
been documented.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#include <string.h>
12
12
#include <strings.h>
13
13
 
 
14
#include "decorations_init.h"
14
15
#include "functions_defs.h"
15
16
#include "util.h"
16
17
#include "screen.h"
17
18
#include "parse.h"
18
19
#include "parse_be.h"
19
20
#include "parse_yacc.h"
20
 
#include "win_decorations_init.h"
21
21
 
22
22
#include "gram.tab.h"
23
23