From 822759a3675c801dae21efea383a7600606acdab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Sat, 20 Aug 2011 01:58:54 +0200 Subject: [PATCH] cmd: Remove reference to no longer existing WCMD_read_console from header file. --- programs/cmd/wcmd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/cmd/wcmd.h b/programs/cmd/wcmd.h index 8ed7a017b40..0c7f622c8a2 100644 --- a/programs/cmd/wcmd.h +++ b/programs/cmd/wcmd.h @@ -76,7 +76,6 @@ void WCMD_pause (void); void WCMD_popd (void); void WCMD_print_error (void); void WCMD_pushd (WCHAR *); -int WCMD_read_console (WCHAR *string, int str_len); void WCMD_remove_dir (WCHAR *command); void WCMD_rename (void); void WCMD_run_program (WCHAR *command, int called);