Clear up some warnings.

This commit is contained in:
slamm%netscape.com 1998-08-26 18:35:59 +00:00
parent cceee7cbee
commit f841b79917
3 changed files with 3 additions and 6 deletions

View File

@ -45,7 +45,7 @@ class XFE_Image{
public:
XFE_Image(XFE_Component * frame, char * imageUrl, fe_colormap *, Widget);
~XFE_Image();
virtual ~XFE_Image();
virtual Pixmap getPixmap();
virtual Pixmap getMask();
virtual PRInt32 getImageWidth();

View File

@ -59,7 +59,7 @@ class XFE_RDFImage : XFE_Image
public:
XFE_RDFImage(XFE_Component * frame, void * requestedObj, char * imageUrl, fe_colormap *, Widget);
~XFE_RDFImage();
virtual ~XFE_RDFImage();
void setCompleteCallback(completeCallbackPtr callback, void * callbackData);
void RDFDisplayPixmap(IL_Pixmap * image, IL_Pixmap * mask, PRInt32 width, PRInt32 height);

View File

@ -874,9 +874,6 @@ XFE_URLBar::url_text_selection_cb(Widget, XtPointer closure, XtPointer callData)
void
XFE_URLBar::doPopup(XEvent *event)
{
int x, y, clickrow;
BM_Entry *entryUnderMouse;
Widget widget = XtWindowToWidget(event->xany.display, event->xany.window);
/* Posting the popup puts focus on the URLBar (needed for paste) */
@ -928,7 +925,7 @@ XFE_URLBar::bookmarkCascadeTearCB(Widget /* cascade */,
/* static */ void
XFE_URLBar::frameTitleChangedCB(Widget frame_shell,
XtPointer clientData,
XtPointer callData)
XtPointer /*callData*/)
{
XFE_URLBar * obj = (XFE_URLBar *) clientData;
String title;