From 8f9d0f685d1a1c1ae165863d748d49cb54038298 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Sun, 12 Jun 2005 14:48:49 +0000 Subject: [PATCH] Removed unused stuff git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13078 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/Window.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/headers/os/interface/Window.h b/headers/os/interface/Window.h index 5099be8986..039ad9cac0 100644 --- a/headers/os/interface/Window.h +++ b/headers/os/interface/Window.h @@ -348,8 +348,6 @@ private: void SetIsFilePanel(bool yes); bool IsFilePanel() const; - uint32 WindowLookToInteger(window_look wl); - uint32 WindowFeelToInteger(window_feel wf); void BuildTopView(); void setFocus(BView *focusView, bool notifyIputServer = false);