aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMImageView.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-08-07 22:19:52 +0000
committerstuconnolly <stuart02@gmail.com>2009-08-07 22:19:52 +0000
commitd7e813476d49f3b9296b94c3c57a495b7f237885 (patch)
tree612e0152711a9ab7cbbc36ad1929a22aad883d5c /Source/CMImageView.m
parent8434b6fe15bd671bf2179658f26b4a44bd61732c (diff)
downloadsequelpro-d7e813476d49f3b9296b94c3c57a495b7f237885.tar.gz
sequelpro-d7e813476d49f3b9296b94c3c57a495b7f237885.tar.bz2
sequelpro-d7e813476d49f3b9296b94c3c57a495b7f237885.zip
Source tidy up and missing SVN properties.
Diffstat (limited to 'Source/CMImageView.m')
-rw-r--r--Source/CMImageView.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CMImageView.m b/Source/CMImageView.m
index 505921f7..31eb9c60 100644
--- a/Source/CMImageView.m
+++ b/Source/CMImageView.m
@@ -106,7 +106,6 @@
- (void)paste:(id)sender
{
-
// [super paste:sender];
id delegateForUse = nil;
@@ -122,7 +121,6 @@
}
if (delegateForUse)
[delegateForUse processPasteImageData];
-
}
@end \ No newline at end of file