← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2565: remove statements used to test crashes

 

------------------------------------------------------------
revno: 2565
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2011-06-24 18:31:14 +0200
message:
  remove statements used to test crashes
modified:
  win32/HubFrame.cpp


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'win32/HubFrame.cpp'
--- win32/HubFrame.cpp	2011-06-24 16:08:35 +0000
+++ win32/HubFrame.cpp	2011-06-24 16:31:14 +0000
@@ -155,7 +155,6 @@
 inTabComplete(false)
 {
 	paned = addChild(SplitterContainer::Seed(0.7));
-	int* x=0; *x=2;
 
 	createChat(paned);
 	chat->setHelpId(IDH_HUB_CHAT);