Skip to content

Commit

Permalink
The bro did it again (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 authored Feb 25, 2024
2 parents 420ba21 + a456ad1 commit 04330a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/renderer/texts/text_library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: maldavid <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/10 11:59:57 by maldavid #+# #+# */
/* Updated: 2024/02/24 21:38:11 by maldavid ### ########.fr */
/* Updated: 2024/02/25 09:29:31 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -16,7 +16,6 @@
#include <renderer/renderer.h>
#include <algorithm>
#include <core/profiler.h>
#include <iostream>

namespace mlx
{
Expand Down Expand Up @@ -50,7 +49,6 @@ namespace mlx
core::error::report(e_kind::warning, "Text Library : trying to remove a text with an unkown or invalid ID '%d'", id);
return;
}
std::cout << _cache[id]->getText() << std::endl;
_cache[id]->destroy();
_invalid_ids.push_back(id);
}
Expand Down
3 changes: 1 addition & 2 deletions src/renderer/texts/text_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
/* By: maldavid <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/06 16:41:13 by maldavid #+# #+# */
/* Updated: 2024/02/25 08:17:09 by maldavid ### ########.fr */
/* Updated: 2024/02/25 09:29:36 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */

#include <iostream>
#include <renderer/texts/text_descriptor.h>
#include <renderer/texts/text_library.h>
#include <renderer/texts/text.h>
Expand Down

0 comments on commit 04330a1

Please sign in to comment.