summaryrefslogtreecommitdiff
path: root/indra/newview/llhudview.h
diff options
context:
space:
mode:
authorrichard <none@none>2009-11-02 14:58:39 -0800
committerrichard <none@none>2009-11-02 14:58:39 -0800
commita6b6ca9a24cbc1bfe0b3e45602e1eda1e1e9c8f9 (patch)
tree6f13962acfa18bd54a452c224df5482d79ce4bca /indra/newview/llhudview.h
parentbfec29d46fa446b44446f01516d52a6898b4e83b (diff)
made floater close/minimize buttons "chrome" so they don't take keyboard focus
removed LLHudView::colorFromType which was unused reviewed by James
Diffstat (limited to 'indra/newview/llhudview.h')
-rw-r--r--indra/newview/llhudview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llhudview.h b/indra/newview/llhudview.h
index 05ff9c8596..0946e2c5c8 100644
--- a/indra/newview/llhudview.h
+++ b/indra/newview/llhudview.h
@@ -47,8 +47,6 @@ public:
virtual void draw();
- const LLColor4& colorFromType(S32 type);
-
protected:
/*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask);
};