mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 23:50:37 +00:00
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:
parent
0a2f6bd2df
commit
b7d056ae43
15 changed files with 52 additions and 58 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue