richedit: Removed an unnecessary call to GetScrollInfo.
commit8ab0570d0247de4e24596cf2dea5962e51139cf2
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 15 Dec 2008 09:31:25 +0000 (15 04:31 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Dec 2008 12:16:20 +0000 (15 13:16 +0100)
tree65043de948dacd1d4f7062312b7cd06592e3626d
parent0c8e4b6d02b0cd9faf835f7eaa4efacfe547e585
richedit: Removed an unnecessary call to GetScrollInfo.

The vertical scrollbar state is stored internally within the control,
so should be used when possible.  This will become more necessary when
windowless richedit controls are implemented, and there will no hWnd
to pass to GetScrollInfo.
dlls/riched20/editor.c