1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove support for non-extended font builds.

This commit is contained in:
Bartosz Taudul
2020-03-26 23:04:44 +01:00
parent 5ec1bd0f5e
commit 58bb5d40c5
7 changed files with 5 additions and 652 deletions
+1 -7
View File
@@ -9,9 +9,7 @@
#include "TracySourceView.hpp"
#include "TracyWorker.hpp"
#ifdef TRACY_EXTENDED_FONT
# include "IconsFontAwesome5.h"
#endif
#include "IconsFontAwesome5.h"
namespace tracy
{
@@ -139,11 +137,7 @@ void SourceView::Render( const Worker& worker )
{
if( !m_asm.empty() )
{
#ifdef TRACY_EXTENDED_FONT
if( SmallCheckbox( ICON_FA_MICROCHIP " Show assembly", &m_showAsm ) )
#else
if( SmallCheckbox( "Show assembly", &m_showAsm ) )
#endif
{
if( m_showAsm )
{