~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to drawing.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:
6
6
 * left in various places through the codebase; some are only used in one
7
7
 * file, and are left there for internal linkage, while others are
8
8
 * part of a more abstract subdivision (e.g., the window decoration bits
9
 
 * in win_decorations.c) and so belong there.
 
9
 * in decorations.c) and so belong there.
10
10
 */
11
11
 
12
12
#include "ctwm.h"