summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/client.h b/src/client.h
index 33872864e..67ba6c565 100644
--- a/src/client.h
+++ b/src/client.h
@@ -163,8 +163,7 @@ enum ClientEventType
CE_DELETE_PARTICLESPAWNER,
CE_HUDADD,
CE_HUDRM,
- CE_HUDCHANGE,
- CE_HUD_BUILTIN_ENABLE
+ CE_HUDCHANGE
};
struct ClientEvent
@@ -244,10 +243,6 @@ struct ClientEvent
std::string *sdata;
u32 data;
} hudchange;
- struct{
- u32 id;
- u32 flag;
- } hudbuiltin;
};
};