removed /* within comment

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2222 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2002-12-10 20:00:36 +00:00
parent 64e16528f6
commit 5f511927a9

View File

@ -142,7 +142,7 @@ public:
BFont(void);
BFont(const BFont &font);
BFont(const BFont *font);
/* /* XXX TODO: R5 doesn't have a destructor, so we get linking errors when objects compiled with old headers with the new library
/* XXX TODO: R5 doesn't have a destructor, so we get linking errors when objects compiled with old headers with the new library
~BFont(void);
*/