Skip to content

Commit d28ce83

Browse files
committed
Remove obsolete fix for Windows
1 parent 3443be7 commit d28ce83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Source/Components/PropertiesPanel.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,7 @@ PropertiesPanel::FontComponent::FontComponent(String const& propertyName, Value&
252252
extraFontOptions.addIfNotAlreadyThere(patchFonts[n].getFileNameWithoutExtension());
253253
}
254254
}
255-
#if JUCE_WINDOWS
256-
extraFontOptions.addIfNotAlreadyThere("Inter Regular");
257-
#else
258255
extraFontOptions.addIfNotAlreadyThere("Inter");
259-
#endif
260256

261257
auto const offset = extraFontOptions.size();
262258
extraFontOptions.addArray(options);

0 commit comments

Comments
 (0)