Skip to content

Commit ab713c1

Browse files
JWBverheesenmtytel
authored andcommitted
remove #if __linux__
assign nullptr to app on all platforms
1 parent 718bc5b commit ab713c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/ClapPlugin/clap_plugin.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@ void ClapPlugin::guiDestroy() noexcept {
9797
#endif
9898

9999
app_->close();
100-
101-
#if __linux__
102100
app_ = nullptr;
103-
#endif
104101
}
105102

106103
bool ClapPlugin::guiSetParent(const clap_window* window) noexcept {

0 commit comments

Comments
 (0)