Subversion Repository Public Repository

litesoft

Diff Revisions 487 vs 488 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/view/ScreenView.java

Diff revisions: vs.
  @@ -64,30 +64,6 @@
64 64 }
65 65 }
66 66
67 - // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv Drop vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
68 -
69 - protected ScreenView()
70 - {
71 - this( (CO) null );
72 - }
73 -
74 - protected ScreenView( ViewDef pViewDef )
75 - {
76 - this( title( pViewDef ) );
77 - }
78 -
79 - protected ScreenView( String pSection, ViewDef pViewDef )
80 - {
81 - this( title( pSection, pViewDef ) );
82 - }
83 -
84 - protected ScreenView( String pSection, String pViewSubTitle )
85 - {
86 - this( title( pSection, pViewSubTitle ) );
87 - }
88 -
89 - // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Drop ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
90 -
91 67 @Override
92 68 public Widget getContent()
93 69 {