diff options
author | Thomas White <taw@bitwiz.org.uk> | 2016-09-13 22:02:59 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2016-09-13 22:02:59 +0200 |
commit | 7f6c1ec06940551210b7a8bd3d6d6b1dafeed5cc (patch) | |
tree | 6a1d47ba273b254366feaa4768c52ed5455d5a1b /src/presentation.c | |
parent | bfea1928198dc7afd42cca5e3e7b4028325dfdff (diff) |
Get rid of last bits of "slide notes"
An outdated concept...
Diffstat (limited to 'src/presentation.c')
-rw-r--r-- | src/presentation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/presentation.c b/src/presentation.c index 90a1726..1abf4fc 100644 --- a/src/presentation.c +++ b/src/presentation.c @@ -129,8 +129,6 @@ int save_presentation(struct presentation *p, const char *filename) FILE *fh; char *old_fn; - // FIXME grab_current_notes(p); - fh = fopen(filename, "w"); if ( fh == NULL ) return 1; |