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

Remove HEARTBEAT #ifdef's

This commit is contained in:
Carlos R. Mafra
2010-02-04 21:41:34 +01:00
parent 708cf2d2a2
commit 6367bf5234
2 changed files with 0 additions and 18 deletions

View File

@@ -156,9 +156,6 @@ typedef struct {
unsigned int SAVE_YOURSELF:1;
/* WindowMaker specific */
unsigned int MINIATURIZE_WINDOW:1;
#ifdef MONITOR_HEARTBEAT
unsigned int HEARTBEAT:1;
#endif
} WProtocols;
@@ -243,9 +240,6 @@ typedef struct WWindow {
long event_mask; /* the event mask thats selected */
#ifdef MONITOR_HEARTBEAT
time_t last_beat;
#endif
struct {
/* state flags */
unsigned int mapped:1;