aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExporter.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPExporter.m')
-rw-r--r--Source/SPExporter.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPExporter.m b/Source/SPExporter.m
index 9cc681d8..a5a1f834 100644
--- a/Source/SPExporter.m
+++ b/Source/SPExporter.m
@@ -28,9 +28,9 @@
@implementation SPExporter
@synthesize delegate;
+@synthesize didEndSelector;
@synthesize exportProgressValue;
@synthesize exportProcessIsRunning;
-@synthesize exportProcessShouldExit;
@synthesize exportOutputEncoding;
/**
@@ -41,7 +41,6 @@
if ((self == [super init])) {
[self setExportProgressValue:0];
[self setExportProcessIsRunning:NO];
- [self setExportProcessShouldExit:NO];
// Default the output encoding to UTF-8
[self setExportOutputEncoding:NSUTF8StringEncoding];