]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
remove another SWIG #if
[wxWidgets.git] / include / wx / list.h
index a09bc6158dd67fe8c7846ec558728ae792506414..b88449f12f7336e024eb38be9b2a361a28182b7a 100644 (file)
 // types
 // ----------------------------------------------------------------------------
 
-// type of compare function for list sort operation (as in 'qsort'): it should
-// return a negative value, 0 or positive value if the first element is less
-// than, equal or greater than the second
-
-extern "C"
-{
-typedef int (* LINKAGEMODE wxSortCompareFunction)(const void *elem1, const void *elem2);
-}
-
 class WXDLLIMPEXP_FWD_BASE wxObjectListNode;
 typedef wxObjectListNode wxNode;
 
-//
-typedef int (* LINKAGEMODE wxListIterateFunction)(void *current);
-
 #if wxUSE_STL
 
 #define wxLIST_COMPATIBILITY