aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-04 13:45:20 +0000
committernyamatongwe <devnull@localhost>2000-07-04 13:45:20 +0000
commitdb04c9f43e663e771b0eeeca0cae3b8924afb35e (patch)
tree4786262700369ae63bda95983c5709ca9b6df54e /win32/ScintillaWin.cxx
parent0a7ba09f0c8bd0f1c02b9286bd9ae036bcc08c19 (diff)
downloadscintilla-mirror-db04c9f43e663e771b0eeeca0cae3b8924afb35e.tar.gz
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.
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx2
1 files changed, 0 insertions, 2 deletions
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()) {