aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/colloquium.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/colloquium.c b/src/colloquium.c
index d3ada61..95b5231 100644
--- a/src/colloquium.c
+++ b/src/colloquium.c
@@ -61,12 +61,8 @@ static void colloquium_activate(GApplication *papp)
{
Colloquium *app = COLLOQUIUM(papp);
if ( !app->first_run ) {
- Narrative *n;
- Stylesheet *ss;
- n = narrative_new();
- ss = stylesheet_new();
+ Narrative *n = narrative_new();
narrative_add_text(n, strdup(""));
- narrative_add_stylesheet(n, ss);
narrative_window_new(n, NULL, papp);
}
}