mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
chore(console): remove unused forward declaration
This commit is contained in:
parent
4313dd50e5
commit
d1a30161f4
@ -4,9 +4,8 @@
|
|||||||
#include "event/Event.hpp"
|
#include "event/Event.hpp"
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
void DrawHighlight();
|
|
||||||
void ResetHighlight();
|
|
||||||
void PasteInInputLine(const char* inputLine);
|
void PasteInInputLine(const char* inputLine);
|
||||||
|
void ResetHighlight();
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user