From 3795b390e6923670d5510acc37315dc9e3668b09 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 12 Aug 2012 14:54:45 +0200 Subject: Basic structure for frames --- src/colloquium.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/colloquium.c') diff --git a/src/colloquium.c b/src/colloquium.c index 15836be..93d2c4e 100644 --- a/src/colloquium.c +++ b/src/colloquium.c @@ -43,7 +43,7 @@ static void show_help(const char *s) int main(int argc, char *argv[]) { int c; - struct presentation *p; +// struct presentation *p; /* Long options */ const struct option longopts[] = { -- cgit v1.2.3