- Remove tailing separator in explorer quicklaunch area.
[reactos.git] / reactos / base / shell / explorer / taskbar / quicklaunch.cpp
index ee973c7..90bc5d8 100644 (file)
@@ -154,8 +154,6 @@ void QuickLaunchBar::AddShortcuts()
        }
        DeleteDC(hdc);
 
-       SendMessage(_hwnd, TB_INSERTBUTTON, INT_MAX, (LPARAM)&sep);
-
        for(Entry*entry=_dir->_down; entry; entry=entry->_next) {
                 // hide files like "desktop.ini"
                if (entry->_data.dwFileAttributes & FILE_ATTRIBUTE_HIDDEN)