Cruft removal and a tweak to prevent crashes when LayerData is used by things other than the server

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4948 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-10-05 17:39:12 +00:00
parent 5c26d5df06
commit 3e6296ae57
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
extern FTC_Manager ftmanager;
FT_Library ftlib;
FontServer *fontserver;
FontServer *fontserver=NULL;
//#define PRINT_FONT_LIST
-1
View File
@@ -1,7 +1,6 @@
#ifndef PNGDUMP_H
#define PNGDUMP_H
void Int32ToRGBColor(const uint32 *color32, const rgb_color *rgb);
void SaveToPNG(const char *filename, const BRect &bounds, color_space space,
const void *bits, const int32 &bitslength, const int32 bytesperrow);