[BeOS]Bug 315208. Removing nsObject from BeOS widget code. p=sergei_d, r=thesuckiestmail, BeOS-only, no sr needed

This commit is contained in:
sergei_d%fi.tartu.ee 2005-11-06 15:39:54 +00:00
Родитель b9fdc95079
Коммит dddf680269
3 изменённых файлов: 1 добавлений и 5 удалений

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

@ -77,7 +77,6 @@ CPPSRCS = \
nsDragService.cpp \
nsFilePicker.cpp \
nsLookAndFeel.cpp \
nsObject.cpp \
nsSound.cpp \
nsToolkit.cpp \
nsWidgetFactory.cpp \

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

@ -39,7 +39,6 @@
#define nsAppShell_h__
#include "nsCOMPtr.h"
#include "nsObject.h"
#include "nsIAppShell.h"
#include "nsIEventQueue.h"
#include "nsSwitchToUIThread.h"

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

@ -43,7 +43,6 @@
#include "nsBaseWidget.h"
#include "nsdefs.h"
#include "nsObject.h"
#include "nsSwitchToUIThread.h"
#include "nsToolkit.h"
@ -78,8 +77,7 @@ class nsIMEBeOS;
* Native BeOS window wrapper.
*/
class nsWindow : public nsObject,
public nsSwitchToUIThread,
class nsWindow : public nsSwitchToUIThread,
public nsBaseWidget
{