mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
app_server: drop obsolete comment
Change-Id: I78bf3b72e6f93c510201450fe9d792f37462f9b4 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8679 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
parent
a38c3c0384
commit
a681d5a772
@ -851,9 +851,6 @@ DrawingEngine::FillRect(BRect r, const rgb_color& color)
|
||||
{
|
||||
ASSERT_PARALLEL_LOCKED();
|
||||
|
||||
// NOTE: Write locking because we might use HW acceleration.
|
||||
// This needs to be investigated, I'm doing this because of
|
||||
// gut feeling.
|
||||
make_rect_valid(r);
|
||||
r = fPainter->ClipRect(r);
|
||||
DrawTransaction transaction(this, r);
|
||||
|
Loading…
x
Reference in New Issue
Block a user