|
From: CVS C. to T. <the...@li...> - 2010-11-02 21:49:17
|
Revision: 559
http://themis.svn.sourceforge.net/themis/?rev=559&view=rev
Author: mark_hellegers
Date: 2010-11-02 21:49:11 +0000 (Tue, 02 Nov 2010)
Log Message:
-----------
Fixed warnings.
Modified Paths:
--------------
trunk/themis/framework/PrefsWin.cpp
Modified: trunk/themis/framework/PrefsWin.cpp
===================================================================
--- trunk/themis/framework/PrefsWin.cpp 2010-11-02 21:45:33 UTC (rev 558)
+++ trunk/themis/framework/PrefsWin.cpp 2010-11-02 21:49:11 UTC (rev 559)
@@ -104,8 +104,6 @@
&typeFound,
&countFound);
if (status == B_OK) {
-
- const char * name;
PlugClass * plugin;
BView * view = NULL;
for (int32 i = 0; i < countFound; i++) {
@@ -428,7 +426,6 @@
fListView->SetFontSize( 12.0 );
/* add the list items */
- int32 i = 0;
fListView->AddItem(
new PrefsListItem(
"Window",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|