aboutsummaryrefslogtreecommitdiff
path: root/untangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'untangle.c')
-rw-r--r--untangle.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/untangle.c b/untangle.c
index 62d5897..85d8fc9 100644
--- a/untangle.c
+++ b/untangle.c
@@ -1055,15 +1055,6 @@ static void free_ui(game_ui *ui)
sfree(ui);
}
-static char *encode_ui(const game_ui *ui)
-{
- return NULL;
-}
-
-static void decode_ui(game_ui *ui, const char *encoding)
-{
-}
-
static void game_changed_state(game_ui *ui, const game_state *oldstate,
const game_state *newstate)
{
@@ -1465,8 +1456,8 @@ const struct game thegame = {
false, NULL, NULL, /* can_format_as_text_now, text_format */
new_ui,
free_ui,
- encode_ui,
- decode_ui,
+ NULL, /* encode_ui */
+ NULL, /* decode_ui */
NULL, /* game_request_keys */
game_changed_state,
NULL, /* current_key_label */