Skip to content

Commit

Permalink
Remove DisplayInfo; move to juce::Desktop API (#4344)
Browse files Browse the repository at this point in the history
Also remove all the non-JUCE CScalableBitmap code

Addresses #4337
  • Loading branch information
baconpaul authored Apr 21, 2021
1 parent 2f26a3b commit dd594aa
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 872 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ if( APPLE )
)

set(SURGE_OS_GUI_SOURCES
src/mac/DisplayInfoMac.mm
src/mac/RuntimeFontMac.cpp
src/mac/UserInteractionsMac.mm
)
Expand Down Expand Up @@ -392,7 +391,6 @@ if( APPLE )

elseif( UNIX AND NOT APPLE )
set(SURGE_OS_GUI_SOURCES
src/linux/DisplayInfoLinux.cpp
src/linux/RuntimeFontLinux.cpp
src/linux/UserInteractionsLinux.cpp
)
Expand Down Expand Up @@ -469,7 +467,6 @@ elseif( UNIX AND NOT APPLE )
elseif( WIN32 )

set(SURGE_OS_GUI_SOURCES
src/windows/DisplayInfoWin.cpp
src/windows/RuntimeFontWin.cpp
src/windows/UserInteractionsWin.cpp
)
Expand Down
Loading

0 comments on commit dd594aa

Please sign in to comment.