diff options
author | Michele Calgaro <[email protected]> | 2021-03-24 13:10:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-03-24 13:10:47 +0900 |
commit | e1effdcc817fb362f0a842e3e4b03708c4eaccf1 (patch) | |
tree | d416ba7868a662cc256f5f1c577e1812c9a14409 /src/MainWidget.h | |
parent | b1c1fd93a72134d2e450301926d0121a8f73529b (diff) | |
download | kvkbd-e1effdcc817fb362f0a842e3e4b03708c4eaccf1.tar.gz kvkbd-e1effdcc817fb362f0a842e3e4b03708c4eaccf1.zip |
VButton key text code refactoring.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/MainWidget.h')
-rw-r--r-- | src/MainWidget.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; |