aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 4a8065e..16e606d 100644
--- a/src/Window.hh
+++ b/src/Window.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: Window.hh,v 1.60 2003/04/20 15:11:48 rathnor Exp $ 25// $Id: Window.hh,v 1.61 2003/04/25 11:27:13 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -422,10 +422,5 @@ private:
422 422
423}; 423};
424 424
425template <>
426void LayerMenuItem<FluxboxWindow>::click(int button, int time) {
427 m_object->moveToLayer(m_layernum);
428}
429
430 425
431#endif // WINDOW_HH 426#endif // WINDOW_HH