Removed unused widgetSupports member of nsGUIEvent

This commit is contained in:
troy%netscape.com 1998-10-08 21:24:05 +00:00
Родитель 7ccc45febe
Коммит 5ff1cfe35d
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -61,8 +61,6 @@ struct nsEvent {
struct nsGUIEvent : public nsEvent {
/// Originator of the event
nsIWidget* widget;
/// nsISupports of widget XXX remove the one above and rename this
nsISupports* widgetSupports;
/// Internal platform specific message.
void* nativeMsg;
};