Improve autotype:
- remove unneeded variables - don't move the pointer git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@285 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -59,13 +59,10 @@ class AutoTypeX11 : public AutoType {
|
||||
KeySym *keysym_table;
|
||||
int min_keycode, max_keycode;
|
||||
int keysym_per_keycode;
|
||||
static bool error_detected;
|
||||
int alt_mask;
|
||||
int meta_mask;
|
||||
int altgr_mask;
|
||||
KeySym altgr_keysym;
|
||||
Window focused_window;
|
||||
Window focused_subwindow;
|
||||
};
|
||||
|
||||
#endif // _AUTOTYPEX11_H_
|
||||
|
||||
Reference in New Issue
Block a user