Skip to content

Commit 2625468

Browse files
committed
remove (void) unused markers
1 parent 9580ad4 commit 2625468

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎profiler/src/BackendGlfw.cpp‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,6 @@ void Backend::EndFrame()
246246
void Backend::SetIcon( uint8_t* data, int w, int h )
247247
{
248248
#ifdef __APPLE__
249-
(void)data;
250-
(void)w;
251-
(void)h;
252249
EnsureMacAppRegistration();
253250
SetMacAppIcon();
254251
#else

0 commit comments

Comments
 (0)