diff options
author | fluxgen <fluxgen> | 2002-12-02 20:05:29 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-12-02 20:05:29 (GMT) |
commit | cd3df03791ed1909b2cf7c92224e3d769941105b (patch) | |
tree | 40a0b26008b2a56c8e5deed540a0183d24ae9c0b /src | |
parent | 12488d4f56aa964345af5fe0db441c3840d80e37 (diff) | |
download | fluxbox-cd3df03791ed1909b2cf7c92224e3d769941105b.zip fluxbox-cd3df03791ed1909b2cf7c92224e3d769941105b.tar.bz2 |
removed getToolbarStyle
Diffstat (limited to 'src')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 56e2375..cbca6b8 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.hh,v 1.53 2002/12/01 13:41:58 rathnor Exp $ | 25 | // $Id: Screen.hh,v 1.54 2002/12/02 20:05:29 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -202,7 +202,6 @@ public: | |||
202 | 202 | ||
203 | inline Theme::WindowStyle *getWindowStyle() { return &theme->getWindowStyle(); } | 203 | inline Theme::WindowStyle *getWindowStyle() { return &theme->getWindowStyle(); } |
204 | inline Theme::MenuStyle *getMenuStyle() { return &theme->getMenuStyle(); } | 204 | inline Theme::MenuStyle *getMenuStyle() { return &theme->getMenuStyle(); } |
205 | inline Theme::ToolbarStyle *getToolbarStyle() { return &theme->getToolbarStyle(); } | ||
206 | const Theme *getTheme() const { return theme; } | 205 | const Theme *getTheme() const { return theme; } |
207 | FluxboxWindow *getIcon(unsigned int index); | 206 | FluxboxWindow *getIcon(unsigned int index); |
208 | 207 | ||