From 101ca36412b3e7b8851b6b48a4f6cbc17d9f9eff Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Jun 2012 14:46:58 +0000 Subject: bitmap operations were removed from TopToolBar and replaced with IcoLib git-svn-id: http://svn.miranda-ng.org/main/trunk@379 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TopToolBar/separators.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/TopToolBar/separators.cpp') diff --git a/plugins/TopToolBar/separators.cpp b/plugins/TopToolBar/separators.cpp index cc765b573e..f6ef43e8ab 100644 --- a/plugins/TopToolBar/separators.cpp +++ b/plugins/TopToolBar/separators.cpp @@ -10,15 +10,11 @@ static int SeparatorCnt = 0; int InsertSeparator(int id) { - HBITMAP Separator = LoadBitmap(hInst, MAKEINTRESOURCE(IDB_SEP)); - char buf[255]; wsprintfA(buf, "%s %d", Translate("Separator"), id); TTBButton ttb = { 0 }; ttb.cbSize = sizeof(ttb); - ttb.hbBitmapDown = Separator; - ttb.hbBitmapUp = Separator; ttb.dwFlags = TTBBF_VISIBLE | TTBBF_ISSEPARATOR; ttb.pszServiceDown = ""; ttb.pszServiceUp = ""; -- cgit v1.2.3