Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ee7ef9e9
Commit
ee7ef9e9
authored
Apr 17, 2008
by
Andrew Talbot
Committed by
Alexandre Julliard
Apr 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gphoto2.ds: Remove unused variable.
parent
c3c219c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
ui.c
dlls/gphoto2.ds/ui.c
+2
-3
No files found.
dlls/gphoto2.ds/ui.c
View file @
ee7ef9e9
...
...
@@ -114,7 +114,6 @@ static void PopulateListView(HWND List)
static
void
PopulateImageList
(
HIMAGELIST
*
iList
,
HWND
list
)
{
struct
gphoto2_file
*
file
;
INT
rc
;
HWND
progress_dialog
;
progress_dialog
=
...
...
@@ -143,8 +142,8 @@ static void PopulateImageList(HIMAGELIST *iList, HWND list)
SendMessageW
(
list
,
LVM_SETICONSPACING
,
0
,
MAKELONG
(
bmpInfo
.
bmWidth
+
6
,
bmpInfo
.
bmHeight
+
15
)
);
}
rc
=
ImageList_Add
(
*
iList
,
bitmap
,
0
);
ImageList_Add
(
*
iList
,
bitmap
,
0
);
DeleteObject
(
static_bitmap
);
static_bitmap
=
bitmap
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment