]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/tex2rtf.cpp
jconfig.h uses configures results
[wxWidgets.git] / utils / tex2rtf / src / tex2rtf.cpp
index 5e35432637fe4a81b535bb90d18dfe20618b96d4..cc22a9c52de5fda05eba60af847edd2934940ed8 100644 (file)
@@ -1082,15 +1082,14 @@ char *Tex2RTFConnection::OnRequest(const wxString& topic, const wxString& item,
 
 #endif
 
 
 #endif
 
-
 #ifndef NO_GUI
 #ifndef __WXGTK__
 #ifndef NO_GUI
 #ifndef __WXGTK__
-void wxObject::Dump(ostream& str)
-{
-  if (GetClassInfo() && GetClassInfo()->GetClassName())
-    str << GetClassInfo()->GetClassName();
-  else
-    str << "unknown object class";
-}
+//void wxObject::Dump(ostream& str)
+//{
+//  if (GetClassInfo() && GetClassInfo()->GetClassName())
+//    str << GetClassInfo()->GetClassName();
+//  else
+//    str << "unknown object class";
+//}
+#endif
 #endif
 #endif
-#endif
\ No newline at end of file