1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

Remove dead code ifdef'ed by GRADIENT_CLIP_ARROW

GRADIENT_CLIP_ARROW was never defined anywhere and having fancier clip
arrows is not something particularly interesting, so let's simply remove
the code.

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
Carlos R. Mafra
2012-02-11 19:03:43 +00:00
parent 8d7c725b7b
commit 393a917a4f
3 changed files with 1 additions and 55 deletions

View File

@@ -223,11 +223,6 @@ typedef struct _WScreen {
Window clip_balloon; /* window for workspace name */
int keymove_tick;
#ifdef GRADIENT_CLIP_ARROW
Pixmap clip_arrow_gradient;
#endif
struct RContext *rcontext; /* wrlib context */
WMScreen *wmscreen; /* for widget library */