From 864034bddcb26e21726365a62197c81f9d02164c Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Thu, 17 Sep 2020 13:21:32 +0200 Subject: [PATCH] Get rid of redundant return statement --- include/wx/dc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wx/dc.h b/include/wx/dc.h index 84a1bc0832..7cf8ba7873 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -292,7 +292,6 @@ public: void GetSize(int *width, int *height) const { DoGetSize(width, height); - return ; } wxSize GetSize() const