Remove unneeded declarations to fix a GCC 4 warning.

This commit is contained in:
ocoursiere
2012-10-21 00:29:11 +00:00
parent 497a01f5e6
commit e2c169f78b
4 changed files with 4 additions and 4 deletions

View File

@@ -30,4 +30,4 @@ class BPFont : public BFont, public BPasObject
BPFont(TPasObject PasObject, const BFont &font); BPFont(TPasObject PasObject, const BFont &font);
}; };
#endif _FONT_H_P /* _FONT_H_P */ #endif /* _FONT_H_P */

View File

@@ -91,4 +91,4 @@ float BPoint_Get_Y(TCPlusObject Point)
#endif #endif
#endif _POINT_CPP_ /* _POINT_CPP_ */ #endif /* _POINT_CPP_ */

View File

@@ -434,4 +434,4 @@ BRect_Contains_1
#endif #endif
#endif _RECT_CPP_ /* _RECT_CPP_ */ #endif /* _RECT_CPP_ */

View File

@@ -338,4 +338,4 @@ BShape_Close(BShape *Shape)
#endif #endif
#endif _SHAPE_CPP_ /* _SHAPE_CPP_ */ #endif /* _SHAPE_CPP_ */