|
From: CVS C. to T. <the...@li...> - 2010-11-02 22:18:40
|
Revision: 561
http://themis.svn.sourceforge.net/themis/?rev=561&view=rev
Author: mark_hellegers
Date: 2010-11-02 22:18:34 +0000 (Tue, 02 Nov 2010)
Log Message:
-----------
Removed commented out code that will never be used again.
Modified Paths:
--------------
trunk/themis/framework/app.cpp
Modified: trunk/themis/framework/app.cpp
===================================================================
--- trunk/themis/framework/app.cpp 2010-11-02 22:13:43 UTC (rev 560)
+++ trunk/themis/framework/app.cpp 2010-11-02 22:18:34 UTC (rev 561)
@@ -713,22 +713,6 @@
return fIDCounter;
}
-//TRenderView*
-//App::GetRenderViewFor(
-// int32 id )
-//{
-// /*
-// * Cycle through every window, searching every tabview/tab for the given
-// * ID, and return a pointer to this view. Otherwise, return NULL.
-// */
-//
-// fLocker->Lock();
-//
-//
-// fLocker->Unlock();
-// return NULL;
-//}
-
SiteHandler*
App::GetSiteHandler()
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|