зеркало из https://github.com/mozilla/pjs.git
Remove unneeded functions
This commit is contained in:
Родитель
ed1a8f7d53
Коммит
e71b3d8ea5
|
@ -2748,11 +2748,6 @@ void CDCCX::DisplayPlugin(MWContext *pContext, LO_EmbedStruct *pEmbed,
|
|||
|
||||
#ifndef MOZ_NGLAYOUT
|
||||
|
||||
void CDCCX::DisplayBuiltin(MWContext *pContext, int iLocation, LO_BuiltinStruct *pBuiltin)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void CDCCX::DisplayEmbed(MWContext *pContext, int iLocation, LO_EmbedStruct *pEmbed)
|
||||
{
|
||||
NPEmbeddedApp* pEmbeddedApp = (NPEmbeddedApp*)pEmbed->objTag.FE_Data;
|
||||
|
@ -3766,10 +3761,6 @@ moved into DrawTextPostDecoration()
|
|||
|
||||
#ifndef MOZ_NGLAYOUT
|
||||
|
||||
void CDCCX::FreeBuiltinElement(MWContext *pContext, LO_BuiltinStruct *pBuiltin) {
|
||||
return;
|
||||
}
|
||||
|
||||
void CDCCX::FreeEmbedElement(MWContext *pContext, LO_EmbedStruct *pEmbed) {
|
||||
// We have our OLE document handle this.
|
||||
GetDocument()->FreeEmbedElement(pContext, pEmbed);
|
||||
|
|
|
@ -685,7 +685,6 @@ public:
|
|||
#ifndef MOZ_NGLAYOUT
|
||||
virtual void DisplayEmbed(MWContext *pContext, int iLocation, LO_EmbedStruct *pEmbed);
|
||||
#endif
|
||||
virtual void DisplayBuiltin(MWContext *pContext, int iLocation, LO_BuiltinStruct *pBuiltin);
|
||||
virtual void DisplayBorder(MWContext *pContext, int iLocation, int x, int y, int width, int height, int bw, LO_Color *color, LO_LineStyle style);
|
||||
virtual void DisplayHR(MWContext *pContext, int iLocation, LO_HorizRuleStruct *pHorizRule);
|
||||
virtual BITMAPINFO* NewPixmap(NI_Pixmap* pImage, BOOL mask = FALSE);
|
||||
|
@ -712,7 +711,6 @@ public:
|
|||
#endif
|
||||
#ifndef MOZ_NGLAYOUT
|
||||
virtual void FreeEmbedElement(MWContext *pContext, LO_EmbedStruct *pEmbed);
|
||||
virtual void FreeBuiltinElement(MWContext *pContext, LO_BuiltinStruct *pBuiltin);
|
||||
virtual void GetEmbedSize(MWContext *pContext, LO_EmbedStruct *pEmbed, NET_ReloadMethod bReload);
|
||||
#endif /* MOZ_NGLAYOUT */
|
||||
#ifdef LAYERS
|
||||
|
|
Загрузка…
Ссылка в новой задаче