From 349c023757d351d9e59b93bcfad7d06874c7d2ec Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 7 Dec 2017 09:24:37 +0100 Subject: Continue project under name lightdm-remote-session-freerdp2. --- freerdp-session-wrapper.c | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 freerdp-session-wrapper.c (limited to 'freerdp-session-wrapper.c') diff --git a/freerdp-session-wrapper.c b/freerdp-session-wrapper.c deleted file mode 100644 index 8c31fab..0000000 --- a/freerdp-session-wrapper.c +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright © 2012 Canonical Ltd. - * - * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 3, as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranties of - * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see . - * - * Author: Ted Gould - */ - -#include -#include - -int -main (int argc, char * argv[]) -{ - char * args[2]; - args[0] = PKGDATADIR "/freerdp-session"; - args[1] = NULL; - - execvp(args[0], args); - - return 0; -} -- cgit v1.2.3