From fccd7d13d9979cbdca3251f4695bc91840252efa Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 21 Oct 2022 18:57:27 +0200 Subject: Unify *::viewInTypesView into UIContext::navigateToType --- ui/linearview.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/linearview.h') diff --git a/ui/linearview.h b/ui/linearview.h index 85fb0d5a..2e591fdc 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -260,7 +260,6 @@ private Q_SLOTS: void adjustSize(int width, int height); void viewInHexEditor(); void viewInGraph(); - void viewInTypesView(std::string typeName = "", uint64_t offset = 0); void cycleILView(bool forward); void copyAddressSlot(); void goToAddress(); -- cgit v1.3.1