X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8704bf74fba8523e2e174bd5a8195b5202009cd0..a83ea9c15a7ac7bbdc6686164cfcbbc21ae5031a:/src/motif/mdi/lib/XsComponent.h diff --git a/src/motif/mdi/lib/XsComponent.h b/src/motif/mdi/lib/XsComponent.h index d2d71f061a..e67f07fc37 100644 --- a/src/motif/mdi/lib/XsComponent.h +++ b/src/motif/mdi/lib/XsComponent.h @@ -7,7 +7,7 @@ XsComponent.h History - 03-Mar-96 1.0; Scott W. Sadler (sws@iti-oh.com) + 03-Mar-96 1.0; Scott W. Sadler (ssadler@cisco.com) Created */ @@ -33,9 +33,6 @@ class XsComponent { virtual void show ( ); // Show the component virtual void hide ( ); // Hide the component -// Added JACS 19/10/98 - inline Widget GetBase() const { return _base; } - // Component name const char *name ( ) const;