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
55dccf28
Commit
55dccf28
authored
Feb 07, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 09, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: UXINI_ResetINI() is unused so remove it.
parent
eda0ec3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
msstyles.h
dlls/uxtheme/msstyles.h
+0
-1
uxini.c
dlls/uxtheme/uxini.c
+0
-14
No files found.
dlls/uxtheme/msstyles.h
View file @
55dccf28
...
...
@@ -110,7 +110,6 @@ HRESULT MSSTYLES_GetPropertyMargins(PTHEME_PROPERTY tp, RECT *prc, MARGINS *pMar
PUXINI_FILE
UXINI_LoadINI
(
HMODULE
hTheme
,
LPCWSTR
lpName
);
void
UXINI_CloseINI
(
PUXINI_FILE
uf
);
void
UXINI_ResetINI
(
PUXINI_FILE
uf
);
LPCWSTR
UXINI_GetNextSection
(
PUXINI_FILE
uf
,
DWORD
*
dwLen
);
BOOL
UXINI_FindSection
(
PUXINI_FILE
uf
,
LPCWSTR
lpName
);
LPCWSTR
UXINI_GetNextValue
(
PUXINI_FILE
uf
,
DWORD
*
dwNameLen
,
LPCWSTR
*
lpValue
,
DWORD
*
dwValueLen
);
...
...
dlls/uxtheme/uxini.c
View file @
55dccf28
...
...
@@ -96,19 +96,6 @@ void UXINI_CloseINI(PUXINI_FILE uf)
}
/**********************************************************************
* UXINI_ResetINI
*
* Reset the current pointer into INI file to the beginning of the file
*
* PARAMS
* uf Theme INI file to reset
*/
void
UXINI_ResetINI
(
PUXINI_FILE
uf
)
{
uf
->
lpCurLoc
=
uf
->
lpIni
;
}
/**********************************************************************
* UXINI_eof
*
* Determines if we are at the end of the INI file
...
...
@@ -212,7 +199,6 @@ LPCWSTR UXINI_GetNextSection(PUXINI_FILE uf, DWORD *dwLen)
*
* Locate a section with the specified name, search starts
* at current location in ini file
* to start search from start, call UXINI_ResetINI
*
* PARAMS
* uf INI file to search, search starts at current location
...
...
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