Ignore:
Timestamp:
11/29/11 23:49:05 (13 years ago)
Author:
masberg
Message:

Disable unused variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.ui/src/org/modelica/mdt/ui/hover/ModelicaDocumentationHover.java

    r694 r1151  
    5252                 */
    5353                public IInformationControl doCreateInformationControl(Shell parent) {
    54                     int shellStyle= SWT.RESIZE | SWT.TOOL;
    55                     int style= SWT.V_SCROLL | SWT.H_SCROLL;
     54//                  int shellStyle= SWT.RESIZE | SWT.TOOL;
     55//                  int style= SWT.V_SCROLL | SWT.H_SCROLL;
    5656                    return new DefaultInformationControl(parent, /* shellStyle, style, */ new HTMLTextPresenter(false));
    5757                }
Note: See TracChangeset for help on using the changeset viewer.