aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-01-04 03:37:21 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-01-04 03:37:21 (GMT)
commitb20b243b48683d209f8134b46c6dcea4df94b6cc (patch)
tree175d8bb5fa7743b5fd4a1883ab4762f384754308 /src/FbWinFrame.cc
parent9c105111d29f9c938f6d1c654904ac8f7e9159c2 (diff)
downloadfluxbox-b20b243b48683d209f8134b46c6dcea4df94b6cc.zip
fluxbox-b20b243b48683d209f8134b46c6dcea4df94b6cc.tar.bz2
remove some unnecessary code
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index c31b74f..9056d54 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -90,10 +90,8 @@ FbWinFrame::FbWinFrame(BScreen &screen, FbWinFrameTheme &theme, FbTk::ImageContr
90 m_shaded(false), 90 m_shaded(false),
91 m_focused_alpha(AlphaAcc(theme, &FbWinFrameTheme::focusedAlpha)), 91 m_focused_alpha(AlphaAcc(theme, &FbWinFrameTheme::focusedAlpha)),
92 m_unfocused_alpha(AlphaAcc(theme, &FbWinFrameTheme::unfocusedAlpha)), 92 m_unfocused_alpha(AlphaAcc(theme, &FbWinFrameTheme::unfocusedAlpha)),
93 m_themelistener(*this),
94 m_shape(m_window, theme.shapePlace()), 93 m_shape(m_window, theme.shapePlace()),
95 m_disable_themeshape(false) { 94 m_disable_themeshape(false) {
96 m_theme.reconfigSig().attach(&m_themelistener);
97 init(); 95 init();
98} 96}
99 97