Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-06-03 14:31:47 +00:00
parent 8b07bbe108
commit 32eac6c375
+4 -7
View File
@@ -5,8 +5,8 @@
* Authors: * Authors:
* Stephan Aßmus <[email protected]> * Stephan Aßmus <[email protected]>
*/ */
#ifndef SUPPORT_H #ifndef DRAWING_SUPPORT_H
#define SUPPORT_H #define DRAWING_SUPPORT_H
#include <SupportDefs.h> #include <SupportDefs.h>
@@ -142,9 +142,6 @@ blend_line32(uint8* buffer, int32 pixels, uint8 r, uint8 g, uint8 b, uint8 a)
gfxcpy32(buffer, tempBuffer, pixels * 4); gfxcpy32(buffer, tempBuffer, pixels * 4);
} }
void void align_rect_to_pixels(BRect* rect);
align_rect_to_pixels(BRect* rect);
#endif // SUPPORT_H
#endif // DRAWING_SUPPORT_H