From b3a1776b2568ea59d5b81823f29f7574dc81eec7 Mon Sep 17 00:00:00 2001 From: Kp Date: Sat, 9 Mar 2013 22:18:18 +0000 Subject: [PATCH] Remove editor UI references to hostage faces code This fixes a build break from 63c77101d3c1c5501c2cb3f0aa7fee1000ed4d83. --- editor/ehostage.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/editor/ehostage.c b/editor/ehostage.c index e711630a4..ba3777030 100644 --- a/editor/ehostage.c +++ b/editor/ehostage.c @@ -318,9 +318,6 @@ int do_hostage_dialog() //@@ ui_add_gadget_button( MainWindow,155,i,70, 26, "<< Sound", find_prev_hostage_sound ); //@@ ui_add_gadget_button( MainWindow,155+70,i,70, 26, "Sound >>", find_next_hostage_sound );i += 29; - ui_add_gadget_button( MainWindow,155,i,70, 26, "<< Face", SelectPrevFace ); - ui_add_gadget_button( MainWindow,155+70,i,70, 26, "Face >>", SelectNextFace );i += 29; - ui_add_gadget_button( MainWindow,155,i,140, 26, "Play sound", PlayHostageSound );i += 29; ui_add_gadget_button( MainWindow,155,i,140, 26, "Next Hostage", SelectNextHostage ); i += 29; ui_add_gadget_button( MainWindow,155,i,140, 26, "Prev Hostage", SelectPrevHostage ); i += 29; ui_add_gadget_button( MainWindow,155,i,140, 26, "Compress All", CompressHostages ); i += 29;