X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc%2Ftests.c;h=4ffb2c4a8ed0dfe52dd89100b5facb3c15decdcb;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=dc406cf7a3cbaaecd8b9d84bef3e4df3eb71b440;hpb=1ffe943ec5e34e24199546b386114bb67586855a;p=vlc diff --git a/src/misc/tests.c b/src/misc/tests.c index dc406cf7a3..4ffb2c4a8e 100644 --- a/src/misc/tests.c +++ b/src/misc/tests.c @@ -3,7 +3,7 @@ * Functions are prototyped in tests.h. ***************************************************************************** * Copyright (C) 2000 VideoLAN - * $Id: tests.c,v 1.6 2001/04/06 09:15:48 sam Exp $ + * $Id: tests.c,v 1.7 2001/05/30 17:03:12 sam Exp $ * * Authors: Samuel Hocevar * @@ -37,14 +37,6 @@ #include "main.h" -/***************************************************************************** - * TestVersion: tests if the given string equals the current version - *****************************************************************************/ -int TestVersion( char * psz_version ) -{ - return( !strcmp( psz_version, VERSION ) ); -} - /***************************************************************************** * TestProgram: tests if the given string equals the program name *****************************************************************************/