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:
X512 2024-12-13 07:20:48 +09:00 committed by waddlesplash
parent a38c3c0384
commit a681d5a772

View File

@ -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);