Browse Source

remove unused declaration

David Rose 16 years ago
parent
commit
4eae7e6635
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/pnmtext/freetypeFace.h

+ 0 - 1
panda/src/pnmtext/freetypeFace.h

@@ -39,7 +39,6 @@ public:
   FreetypeFace();
   ~FreetypeFace();
 
-  FT_Face acquire_face();
   FT_Face acquire_face(int char_size, int dpi, int pixel_width, int pixel_height);
   void release_face(FT_Face face);