Removed dead assignments found by static code analyser.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32551 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-03-13 15:26:20 +00:00
parent 0a2f6bd2df
commit b7d056ae43
15 changed files with 52 additions and 58 deletions

View file

@ -152,9 +152,7 @@
}
NS_HANDLER
{
BOOL result;
result = NSRunAlertPanel(_(@"Preview"),
NSRunAlertPanel(_(@"Preview"),
_(@"Problem running the preview application '%@' perhaps you need to set your NSPreviewApp user default"),
_(@"Dismiss"), nil, nil, preview);
}