From e1effdcc817fb362f0a842e3e4b03708c4eaccf1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Mar 2021 13:10:47 +0900 Subject: VButton key text code refactoring. Signed-off-by: Michele Calgaro --- src/MainWidget.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/MainWidget.h') diff --git a/src/MainWidget.h b/src/MainWidget.h index d7c7691..7ea342a 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -79,7 +79,6 @@ private: bool keyState(int iKey); void keyPress(int keycode); - void setupText(VButton &v); VButton *caps; @@ -118,8 +117,6 @@ private: KbdDock *dock; bool stand_alone; - long keysym2ucs(KeySym keysym); - bool extent_visible; VButton *quit; VButton *popup_menu; -- cgit v1.2.1