mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
removed duplicate code
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@146 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
46b4848563
commit
f96bc7fe74
1 changed files with 0 additions and 5 deletions
|
@ -116,16 +116,11 @@ public abstract class ZLApplication extends ZLApplicationBase {
|
|||
|
||||
public void initWindow() {
|
||||
setMyViewWidget(myWindow.createViewWidget());
|
||||
myWindow.init();
|
||||
setView(myInitialView);
|
||||
|
||||
|
||||
if (KeyboardControlOption.getValue()) {
|
||||
grabAllKeys(true);
|
||||
}
|
||||
myWindow.init();
|
||||
setView(myInitialView);
|
||||
|
||||
}
|
||||
|
||||
public ZLPaintContext getContext() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue