changeset 1174:8aab955fb114 trunk

[svn] - remove unneeded externs
author nenolod
date Fri, 08 Jun 2007 08:51:30 -0700
parents 5896bd827cbc
children 7ae024f5d91b
files ChangeLog src/paranormal/drawing.c
diffstat 2 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jun 08 07:33:14 2007 -0700
+++ b/ChangeLog	Fri Jun 08 08:51:30 2007 -0700
@@ -1,3 +1,17 @@
+2007-06-08 14:33:14 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [2540]
+  - move transport plugins into Transport subdirectory.
+  
+  trunk/configure.ac        |   20 ++++++++++++++++----
+  trunk/mk/rules.mk.in      |    2 ++
+  trunk/src/Makefile        |    3 ++-
+  trunk/src/curl/Makefile   |    2 +-
+  trunk/src/lastfm/Makefile |    2 +-
+  trunk/src/mms/Makefile    |    3 +--
+  trunk/src/stdio/Makefile  |    3 +--
+  7 files changed, 24 insertions(+), 11 deletions(-)
+
+
 2007-06-08 13:27:15 +0000  Tomasz Mon <desowin@atheme.org>
   revision [2538]
   - fix scrobble from queue
--- a/src/paranormal/drawing.c	Fri Jun 08 07:33:14 2007 -0700
+++ b/src/paranormal/drawing.c	Fri Jun 08 08:51:30 2007 -0700
@@ -4,8 +4,6 @@
 #include "actuators.h"
 #include "pn_utils.h"
 
-extern SDL_Surface *screen;
-
 void
 pn_draw_dot (guint x, guint y, guchar value)
 {