alpha_beta ui: removed a redundant line
The original print routine was from an open book by galileo
computing and the redundant line was introduced there.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
/**
* libtest/func2.c
* Copyright (C) 2008 Markus Broeker
*/
#include <stdio.h>
void func2 ()
{
printf ("Func2: Implement me\n");
}