Remove redundant wxSetCursor() declarations

Avoid -Wredundant-decls from gcc by not duplicating the declaration from
wx/gdicmn.h in wx/*/cursor.h.
This commit is contained in:
Vadim Zeitlin
2020-08-30 21:14:45 +02:00
parent 9206a9de00
commit 9c48b0e8e7
2 changed files with 0 additions and 4 deletions

View File

@@ -63,7 +63,5 @@ private:
wxDECLARE_DYNAMIC_CLASS(wxCursor); wxDECLARE_DYNAMIC_CLASS(wxCursor);
}; };
extern WXDLLIMPEXP_CORE void wxSetCursor(const wxCursor& cursor);
#endif #endif
// _WX_CURSOR_H_ // _WX_CURSOR_H_

View File

@@ -47,6 +47,4 @@ private:
wxDECLARE_DYNAMIC_CLASS(wxCursor); wxDECLARE_DYNAMIC_CLASS(wxCursor);
}; };
extern WXDLLIMPEXP_CORE void wxSetCursor(const wxCursor& cursor);
#endif // _WX_CURSOR_H_ #endif // _WX_CURSOR_H_