From c9aee27d48f66468d58662e4cf85dfc8b08c5765 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Fri, 3 Jan 2020 12:00:17 +0100 Subject: [PATCH] VK: remove unused init function declaration --- rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp | 1 - rpcs3/Emu/RSX/Common/ShaderParam.h | 6 ++++-- rpcs3/Emu/RSX/VK/VulkanAPI.h | 7 +------ 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp b/rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp index c605e5a493..96ce672d4d 100644 --- a/rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp +++ b/rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp @@ -279,7 +279,6 @@ error_code cellMsgDialogOpen2(u32 type, vm::cptr msgString, vm::ptr #include "define_new_memleakdetect.h" #include "Utilities/types.h" - -namespace vk -{ - void init(); -}