Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
9cb5ee06
Commit
9cb5ee06
authored
Jun 14, 2020
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment out some unused functions.
parent
3a54f2b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
research/ma_engine.h
research/ma_engine.h
+4
-0
No files found.
research/ma_engine.h
View file @
9cb5ee06
...
...
@@ -991,6 +991,7 @@ static ma_result ma_resource_manager_data_buffer_insert_at(ma_resource_manager*
return
MA_SUCCESS
;
}
#if 0 /* Unused for now. */
static ma_result ma_resource_manager_data_buffer_insert(ma_resource_manager* pResourceManager, ma_resource_manager_data_buffer* pDataBuffer)
{
ma_result result;
...
...
@@ -1006,6 +1007,7 @@ static ma_result ma_resource_manager_data_buffer_insert(ma_resource_manager* pRe
return ma_resource_manager_data_buffer_insert_at(pResourceManager, pDataBuffer, pInsertPoint);
}
#endif
static
MA_INLINE
ma_resource_manager_data_buffer
*
ma_resource_manager_data_buffer_find_min
(
ma_resource_manager_data_buffer
*
pDataBuffer
)
{
...
...
@@ -1163,6 +1165,7 @@ static ma_result ma_resource_manager_data_buffer_remove(ma_resource_manager* pRe
return
MA_SUCCESS
;
}
#if 0 /* Unused for now. */
static ma_result ma_resource_manager_data_buffer_remove_by_key(ma_resource_manager* pResourceManager, ma_uint32 hashedName32)
{
ma_result result;
...
...
@@ -1175,6 +1178,7 @@ static ma_result ma_resource_manager_data_buffer_remove_by_key(ma_resource_manag
return ma_resource_manager_data_buffer_remove(pResourceManager, pDataBuffer);
}
#endif
static
ma_result
ma_resource_manager_data_buffer_increment_ref
(
ma_resource_manager
*
pResourceManager
,
ma_resource_manager_data_buffer
*
pDataBuffer
,
ma_uint32
*
pNewRefCount
)
{
...
...
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