*** empty log message ***

This commit is contained in:
David Rose 2001-05-04 05:09:51 +00:00
parent e96ddd92fd
commit d04b17cec7
2 changed files with 0 additions and 11 deletions

View File

@ -73,16 +73,6 @@ thaw() {
return _freeze_level;
}
////////////////////////////////////////////////////////////////////
// Function: TextNode::set_font
// Access: Published
// Description: Sets the font that will be used when making text.
////////////////////////////////////////////////////////////////////
INLINE void TextNode::
set_font(Node *font_def) {
set_font(new TextFont(font_def));
}
////////////////////////////////////////////////////////////////////
// Function: TextNode::set_font
// Access: Published

View File

@ -46,7 +46,6 @@ PUBLISHED:
INLINE int get_freeze_level() const;
INLINE int thaw();
INLINE void set_font(Node *font);
INLINE void set_font(TextFont *font);
INLINE TextFont *get_font() const;