mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Remove NEWSTUFF #ifdef's
...as they are never defined and there is no code associated to it.
This commit is contained in:
@@ -107,9 +107,6 @@ static int getFont();
|
|||||||
static int getColor();
|
static int getColor();
|
||||||
static int getKeybind();
|
static int getKeybind();
|
||||||
static int getModMask();
|
static int getModMask();
|
||||||
#ifdef NEWSTUFF
|
|
||||||
static int getRImage();
|
|
||||||
#endif
|
|
||||||
static int getPropList();
|
static int getPropList();
|
||||||
|
|
||||||
/* value setting functions */
|
/* value setting functions */
|
||||||
|
|||||||
@@ -194,9 +194,7 @@ typedef struct _WScreen {
|
|||||||
GC draw_gc; /* gc for drawing misc things */
|
GC draw_gc; /* gc for drawing misc things */
|
||||||
GC mono_gc; /* gc for 1 bit drawables */
|
GC mono_gc; /* gc for 1 bit drawables */
|
||||||
|
|
||||||
#ifndef NEWSTUFF
|
|
||||||
struct WPixmap *b_pixmaps[PRED_BPIXMAPS]; /* internal pixmaps for buttons*/
|
struct WPixmap *b_pixmaps[PRED_BPIXMAPS]; /* internal pixmaps for buttons*/
|
||||||
#endif
|
|
||||||
struct WPixmap *menu_radio_indicator;/* left menu indicator */
|
struct WPixmap *menu_radio_indicator;/* left menu indicator */
|
||||||
struct WPixmap *menu_check_indicator;/* left menu indicator for checkmark */
|
struct WPixmap *menu_check_indicator;/* left menu indicator for checkmark */
|
||||||
struct WPixmap *menu_mini_indicator; /* for miniwindow */
|
struct WPixmap *menu_mini_indicator; /* for miniwindow */
|
||||||
@@ -247,10 +245,6 @@ typedef struct _WScreen {
|
|||||||
|
|
||||||
struct W_GeometryView *gview; /* size/position view */
|
struct W_GeometryView *gview; /* size/position view */
|
||||||
|
|
||||||
#ifdef NEWSTUFF
|
|
||||||
struct RImage *button_images[2][PRED_BPIXMAPS];/* scaled tbar btn images */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* state and other informations */
|
/* state and other informations */
|
||||||
short cascade_index; /* for cascade window placement */
|
short cascade_index; /* for cascade window placement */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user