Undef'ed NS_GFX_RENDER_FORM_ELEMENTS

This commit is contained in:
kmcclusk%netscape.com 1999-02-09 18:31:41 +00:00
Родитель b43bf8b75d
Коммит c40c068de7
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -40,7 +40,7 @@ class nsFormFrame;
// using GFX calls, rather than creating a widget. Undefining it
// causes widgets to be used for form elements. @see RequiresWidget method
// to see which widgets will obey this directive.
#define NS_GFX_RENDER_FORM_ELEMENTS
#undef NS_GFX_RENDER_FORM_ELEMENTS
/**
* nsFormControlFrame is the base class for frames of form controls. It

Просмотреть файл

@ -40,7 +40,7 @@ class nsFormFrame;
// using GFX calls, rather than creating a widget. Undefining it
// causes widgets to be used for form elements. @see RequiresWidget method
// to see which widgets will obey this directive.
#define NS_GFX_RENDER_FORM_ELEMENTS
#undef NS_GFX_RENDER_FORM_ELEMENTS
/**
* nsFormControlFrame is the base class for frames of form controls. It