mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:20:38 +00:00
Remove dead assignments found by static code analysis.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32022 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff39f70ab1
commit
906201acf6
15 changed files with 44 additions and 42 deletions
|
@ -691,7 +691,6 @@ new_label (NSString *value)
|
|||
f = [themeLabel frame];
|
||||
f.origin.x = (width - f.size.width) / 2;
|
||||
f.origin.y = tmp_b - 5 - f.size.height;
|
||||
tmp_b = f.origin.y;
|
||||
[cv addSubview: themeLabel];
|
||||
[themeLabel setFrame: f];
|
||||
[themeLabel setTarget: [GSTheme class]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue