[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:
parent
a5e42951bb
commit
3bd5bf8eb2
@ -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
|
||||
{
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user