Skip to content

Commit

Permalink
remove deprecated unused constructor new Window().
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Sep 22, 2023
1 parent d0bb79e commit bf03f07
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions client/src/org/compiere/apps/AWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ public class AWindow extends CFrame
*/
private static final long serialVersionUID = -1925388774073536474L;

/**
* @deprecated
* Standard Constructor - requires initWindow
*/
public AWindow ()
{
this(null);
} // AWindow

/**
* Standard Constructor - requires initWindow
* @param gc
Expand Down

0 comments on commit bf03f07

Please sign in to comment.