aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-15 11:42:13 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-15 11:42:13 (GMT)
commit0689a0a4a8252d46a72048269faf00dba52a73c3 (patch)
tree451b1b6f759afdc9d0383a4bfe17e8fd5aff3110 /src/Window.hh
parent06d696f99b276e3394aec10f52c206aec4697c76 (diff)
downloadfluxbox-0689a0a4a8252d46a72048269faf00dba52a73c3.zip
fluxbox-0689a0a4a8252d46a72048269faf00dba52a73c3.tar.bz2
move getDecoMaskFromString to FbWinFrame
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index f0a390c..3c26530 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -465,8 +465,6 @@ public:
465 int layerNum() const { return m_layernum; } 465 int layerNum() const { return m_layernum; }
466 void setLayerNum(int layernum); 466 void setLayerNum(int layernum);
467 467
468 static int getDecoMaskFromString(const std::string &str);
469
470 unsigned int titlebarHeight() const; 468 unsigned int titlebarHeight() const;
471 469
472 int initialState() const; 470 int initialState() const;