From 15d64f52618b15724f29408a122944ef81577ca2 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Fri, 27 May 2016 02:06:55 +0100 Subject: [PATCH] Remove invalid comment Signed-off-by: Ikey Doherty --- src/shim/shim.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shim/shim.c b/src/shim/shim.c index f7b1951..b5d0369 100644 --- a/src/shim/shim.c +++ b/src/shim/shim.c @@ -85,7 +85,6 @@ int main(int argc, char **argv) /* Go execute steam. */ if (vfunc(exec_command, (char **)n_argv) < 0) { - /* TODO: Use Zenity when we have a UI */ lsi_report_failure("Failed to launch Steam: %s [%s]", strerror(errno), STEAM_BINARY);