Skip to content
Snippets Groups Projects
Commit 5f8d4799 authored by gb10's avatar gb10
Browse files

Removed some unused code

parent 9ca3925a
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
* Last edited: May 26 17:13 2009 (edgrif)
* * Aug 26 16:57 1999 (fw): added this header
* Created: Thu Aug 26 16:56:45 1999 (fw)
* CVS info: $Id: blxmain.c,v 1.10 2010-05-06 14:51:13 gb10 Exp $
* CVS info: $Id: blxmain.c,v 1.11 2010-05-19 13:44:31 gb10 Exp $
*-------------------------------------------------------------------
*/
......@@ -37,12 +37,6 @@
#include <wh/gex.h>
/* */
/* blixem copyright string, use "what" on the executable. */
/* */
static const char *ut_copyright_string = UT_COPYRIGHT_STRING(BLIXEM_TITLE, BLIXEM_VERSION, BLIXEM_RELEASE, BLIXEM_UPDATE, BLIXEM_DESC)
/* scrolled message window max messages. */
enum {BLIXEM_MESG_NUM = 50} ;
......@@ -434,14 +428,6 @@ int main(int argc, char **argv)
char *blxVersion(void)
{
return (char *)ut_copyright_string ;
}
/*
* Internal functions.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment