[pisa-src] r1387 - in trunk: pisacd/cdctx.h pisasd/sdctx.h

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 28 Oct 2009 16:01:11 +0100

Author: tjansen
Date: Wed Oct 28 16:01:11 2009
New Revision: 1387

Log:
Removed superfluous comments and an unused prototype.

Modified:
   trunk/pisacd/cdctx.h
   trunk/pisasd/sdctx.h

Modified: trunk/pisacd/cdctx.h
==============================================================================
--- trunk/pisacd/cdctx.h        Wed Oct 28 15:57:11 2009        (r1386)
+++ trunk/pisacd/cdctx.h        Wed Oct 28 16:01:11 2009        (r1387)
@@ -74,13 +74,6 @@
 
 extern cd_context cd_ctx;
 
-/**
- * Function prototypes
- */
-
-/**
- * This must be called before any other call to the cdctx module.
- */
 void cdctx_init(cd_context *cdctx);
 void cdctx_destroy(cd_context *cdctx);
 

Modified: trunk/pisasd/sdctx.h
==============================================================================
--- trunk/pisasd/sdctx.h        Wed Oct 28 15:57:11 2009        (r1386)
+++ trunk/pisasd/sdctx.h        Wed Oct 28 16:01:11 2009        (r1387)
@@ -74,15 +74,7 @@
 
 extern sd_context sd_ctx;
 
-/**
- * Function prototypes
- */
-
-/**
- * This must be called before any other call to the sdctx module.
- */
 void sdctx_init(sd_context *sdctx);
 void sdctx_destroy(sd_context *sdctx);
-int sdctx_get_neighbors(void);
 
 #endif /* PISA_SDCTX_H */

Other related posts:

  • » [pisa-src] r1387 - in trunk: pisacd/cdctx.h pisasd/sdctx.h - Thomas Jansen