From f9fdafd858ad90b6e463e63281fe7b1ef1cbd4d2 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 29 Nov 2007 07:56:46 +0000 Subject: [PATCH] Removed unused vnc client --- platform/gtk/Makefile | 4 ++-- platform/gtk/contiki-main.c | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/platform/gtk/Makefile b/platform/gtk/Makefile index e7ece3007..fddbf7326 100644 --- a/platform/gtk/Makefile +++ b/platform/gtk/Makefile @@ -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 diff --git a/platform/gtk/contiki-main.c b/platform/gtk/contiki-main.c index 5f726d9f4..2fb02b4ef 100644 --- a/platform/gtk/contiki-main.c +++ b/platform/gtk/contiki-main.c @@ -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"