Remove declared but not implemented wxFont::Unshare() in wxGTK
No real changes, just remove a method which was never defined nor used.
This commit is contained in:
@@ -104,11 +104,6 @@ public:
|
|||||||
// attributes and returns true.
|
// attributes and returns true.
|
||||||
bool GTKSetPangoAttrs(PangoLayout* layout) const;
|
bool GTKSetPangoAttrs(PangoLayout* layout) const;
|
||||||
|
|
||||||
// implementation from now on
|
|
||||||
void Unshare();
|
|
||||||
|
|
||||||
// no data :-)
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void DoSetNativeFontInfo( const wxNativeFontInfo& info ) wxOVERRIDE;
|
virtual void DoSetNativeFontInfo( const wxNativeFontInfo& info ) wxOVERRIDE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user