aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-06-14 16:02:15 +0100
committerThomas White <taw@bitwiz.org.uk>2012-06-14 16:02:15 +0100
commit34db1cd5f43ccd48cf672266413f608173eb838f (patch)
tree6faac72cd19c8ef3cf13211aaa900e73a118bc44 /src/colloquium.c
parent940337bb4e46463b794fd9779cc3e07e7e175cee (diff)
Simplify...
Diffstat (limited to 'src/colloquium.c')
-rw-r--r--src/colloquium.c17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/colloquium.c b/src/colloquium.c
index b389e32..15836be 100644
--- a/src/colloquium.c
+++ b/src/colloquium.c
@@ -28,9 +28,6 @@
#include <gtk/gtk.h>
#include <getopt.h>
-#include "presentation.h"
-#include "mainwindow.h"
-
static void show_help(const char *s)
{
@@ -74,13 +71,13 @@ int main(int argc, char *argv[])
}
- p = new_presentation();
- p->cur_edit_slide = add_slide(p, 0);
- p->completely_empty = 1;
- if ( open_mainwindow(p) ) {
- fprintf(stderr, "Couldn't open main window.\n");
- return 1;
- }
+// p = new_presentation();
+// p->cur_edit_slide = add_slide(p, 0);
+// p->completely_empty = 1;
+// if ( open_mainwindow(p) ) {
+// fprintf(stderr, "Couldn't open main window.\n");
+// return 1;
+// }
gtk_main();