Skip to content
Snippets Groups Projects
Commit 9baf4713 authored by Arch de Noé's avatar Arch de Noé
Browse files

chore: remove unused override

parent 57779893
Branches
No related merge requests found
......@@ -16,10 +16,6 @@ MorphistViewer::MorphistViewer(const char *title, int width,
{
}
// void MorphistViewer::keyboard(int key, int scancode, int action, int mods)
// {
// }
void MorphistViewer::process_imgui()
{
ImGui::Spacing();
......
......@@ -13,9 +13,6 @@ protected:
//! this function handles mouse button presses
void mouse(int button, int action, int mods) override;
//! this function handles keyboard events
// void keyboard(int key, int code, int action, int mod) override;
//! draw the scene in different draw modes
void process_imgui() override;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment