Removed unused vnc client

This commit is contained in:
adamdunkels 2007-11-29 07:56:46 +00:00
parent 632c35720c
commit f9fdafd858
2 changed files with 3 additions and 4 deletions

View File

@ -27,12 +27,12 @@
#
# This file is part of the Contiki desktop environment
#
# $Id: Makefile,v 1.2 2006/06/17 23:06:58 adamdunkels Exp $
# $Id: Makefile,v 1.3 2007/11/29 07:56:46 adamdunkels Exp $
#
all: contiki-main
CONTIKI=../..
APPS=program-handler calc dhcp webbrowser editor ftp process-list shell irc netconf about vnc cmdd
APPS=program-handler calc dhcp webbrowser editor ftp process-list shell irc netconf about cmdd
TARGET=gtk
-include $(CONTIKI)/Makefile.include

View File

@ -29,7 +29,7 @@
*
* This file is part of the Contiki desktop environment
*
* $Id: contiki-main.c,v 1.8 2007/11/19 12:23:02 adamdunkels Exp $
* $Id: contiki-main.c,v 1.9 2007/11/29 07:56:46 adamdunkels Exp $
*
*/
@ -58,7 +58,6 @@
#include "netconf-dsc.h"
#include "process-list-dsc.h"
#include "shell-dsc.h"
#include "vnc-dsc.h"
#include "www-dsc.h"
#include "cmdd.h"