From db04c9f43e663e771b0eeeca0cae3b8924afb35e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 4 Jul 2000 13:45:20 +0000 Subject: Auto completion border chrome reversed to put above edit layer. InitCommonControls removed as not needed. Make files changed to remove system libraries that were not used. --- win32/ScintillaWin.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'win32/ScintillaWin.cxx') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 9a964161e..0a7c18e2f 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -1421,8 +1421,6 @@ static BOOL IsNT() { void ScintillaWin::Register(HINSTANCE hInstance_) { hInstance = hInstance_; - - InitCommonControls(); #if 0 // Register the Scintilla class if (IsNT()) { -- cgit v1.2.3