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

git-svn-id: svn://10.0.0.236/trunk@184209 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sergei_d%fi.tartu.ee 2005-11-06 15:39:54 +00:00
parent a5e42951bb
commit 3bd5bf8eb2
3 changed files with 1 additions and 5 deletions

View File

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

View File

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

View File

@ -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
{