pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src config_xml.cxx,1.2,1.3 pingu_holder.c


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src config_xml.cxx,1.2,1.3 pingu_holder.cxx,1.17,1.18 pingu_info.cxx,1.5,1.6
Date: 13 Oct 2002 20:25:02 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv16015

Modified Files:
        config_xml.cxx pingu_holder.cxx pingu_info.cxx 
Log Message:
some small cleanup


Index: config_xml.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/config_xml.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config_xml.cxx      13 Oct 2002 13:34:40 -0000      1.2
+++ config_xml.cxx      13 Oct 2002 20:25:00 -0000      1.3
@@ -82,12 +82,14 @@
 bool
 ConfigXML::is_directory(xmlDocPtr doc, xmlNodePtr cur)
 {
+  UNUSED_ARG(doc);
   return cur->children && (xmlIsBlankNode(cur->children) || 
!xmlNodeIsText(cur->children));
 }
 
 bool
 ConfigXML::is_value(xmlDocPtr doc, xmlNodePtr cur)
 {
+  UNUSED_ARG(doc);
   return cur->children && xmlNodeIsText(cur->children);
 }
 

Index: pingu_holder.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu_holder.cxx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- pingu_holder.cxx    12 Oct 2002 00:24:26 -0000      1.17
+++ pingu_holder.cxx    13 Oct 2002 20:25:00 -0000      1.18
@@ -21,7 +21,6 @@
 #include "pingu_holder.hxx"
 #include "pingu.hxx"
 #include "plf.hxx"
-#include "pingu_action.hxx"
 
 PinguHolder::PinguHolder(PLF* plf)
   : number_of_allowed(plf->get_pingus()),

Index: pingu_info.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu_info.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pingu_info.cxx      12 Oct 2002 00:24:26 -0000      1.5
+++ pingu_info.cxx      13 Oct 2002 20:25:00 -0000      1.6
@@ -21,7 +21,6 @@
 #include <ClanLib/Display/Display/display.h>
 #include <ClanLib/Display/Font/font.h>
 #include "algo.hxx"
-#include "pingu_action.hxx"
 #include "pingus_resource.hxx"
 #include "pingu_info.hxx"
 #include "pingu.hxx"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]