app_server: drop obsolete comment

Change-Id: I78bf3b72e6f93c510201450fe9d792f37462f9b4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8679
Reviewed-by: waddlesplash <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
X512
2024-12-14 15:15:12 +00:00
committed by waddlesplash
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);