Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
d04b17cec7
2 changed files with 0 additions and 11 deletions
  1. 0 10
      panda/src/text/textNode.I
  2. 0 1
      panda/src/text/textNode.h

+ 0 - 10
panda/src/text/textNode.I

@@ -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

+ 0 - 1
panda/src/text/textNode.h

@@ -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;