tidy redundant
This commit is contained in:
parent
7b0e1504f0
commit
a1930dbf6a
1 changed files with 1 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: FbWinFrame.cc,v 1.65 2003/12/11 12:48:39 rathnor Exp $
|
||||
// $Id: FbWinFrame.cc,v 1.66 2003/12/16 12:46:14 rathnor Exp $
|
||||
|
||||
#include "FbWinFrame.hh"
|
||||
|
||||
|
@ -1171,9 +1171,6 @@ void FbWinFrame::renderButtonActive(FbTk::TextButton &button) {
|
|||
button.setBorderWidth(1);
|
||||
button.setAlpha(theme().alpha());
|
||||
|
||||
if (m_label_active_pm == 0)
|
||||
m_label_active_pm = m_label_unfocused_pm;
|
||||
|
||||
if (m_label_active_pm != 0) {
|
||||
// already set
|
||||
if (button.backgroundPixmap() != m_label_active_pm)
|
||||
|
|
Loading…
Reference in a new issue