projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
check for wxHAS_HUGE_FILES
[wxWidgets.git]
/
contrib
/
src
/
fl
/
garbagec.cpp
diff --git
a/contrib/src/fl/garbagec.cpp
b/contrib/src/fl/garbagec.cpp
index 7f690b27f5ad7fa2854992bb5a5420a634069447..e0f95d02f51c37fcec21e4aa5512ab8f2114a870 100644
(file)
--- a/
contrib/src/fl/garbagec.cpp
+++ b/
contrib/src/fl/garbagec.cpp
@@
-69,10
+69,7
@@
wxNode* GarbageCollector::FindItemNode( void* pForObj )
pNode = pNode->GetNext();
}
- int avoidCompilerWarning = 0;
- wxASSERT(avoidCompilerWarning); // DBG:: item should be present
-
- return 0;
+ return NULL;
}
wxNode* GarbageCollector::FindReferenceFreeItemNode()