Skip to content

Commit

Permalink
[shared/function_banner_delegate] Remove useless store
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielNumworks authored and PiaNumworks committed Mar 26, 2024
1 parent e00cd8a commit 93f2d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/shared/function_banner_delegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ void FunctionBannerDelegate::reloadBannerViewForCursorOnFunction(
buffer + numberOfChar, k_textBufferSize - numberOfChar - 1,
function->symbol());
assert(numberOfChar <= k_textBufferSize);
numberOfChar += SerializationHelper::CodePoint(
buffer + numberOfChar, k_textBufferSize - numberOfChar, '=');
SerializationHelper::CodePoint(buffer + numberOfChar,
k_textBufferSize - numberOfChar, '=');
bannerView()->abscissaSymbol()->setText(buffer);

numberOfChar = function->printAbscissaValue(
Expand Down

0 comments on commit 93f2d72

Please sign in to comment.