Skip to content

Commit

Permalink
remove deprecated unused constructor new Viewer().
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Sep 22, 2023
1 parent 641922a commit 5047a05
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions client/src/org/compiere/print/Viewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,6 @@ public class Viewer extends CFrame
private static final String XLS = "X";
private static final String HTML = "H";

/**
* @deprecated
* Viewer Constructor
* @param re report engine
*/
public Viewer (ReportEngine re)
{
this(null, re);
}

/**
* Viewer Constructor
* @param gc
Expand Down

0 comments on commit 5047a05

Please sign in to comment.