From aac4630c79c403e1b708a0a34ed31a90df718492 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 19 Dec 2001 17:56:26 +0000 Subject: [PATCH] Fixed typo in my last commit - a couple of lines being repeated twice git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11836 72102866-910b-0410-8b05-ffd578937521 --- Source/NSTextView.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/NSTextView.m b/Source/NSTextView.m index 6e79d4087..4d14c54d9 100644 --- a/Source/NSTextView.m +++ b/Source/NSTextView.m @@ -2529,8 +2529,6 @@ afterString in order over charRange. */ } } -- (void) moveToEndOfLine: (id)sender -{ - (void) moveToEndOfLine: (id)sender { NSRect ignored;