← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcpp-plugin-sdk-c/ExamplePlugin] Rev 3: remove a remnant from the DC++ repo

 

------------------------------------------------------------
revno: 3
committer: poy <poy@xxxxxxxxxx>
branch nick: ExamplePlugin
timestamp: Thu 2012-12-27 15:03:01 +0100
message:
  remove a remnant from the DC++ repo
removed:
  src/pluginsdk.c


--
lp:~dcplusplus-team/dcpp-plugin-sdk-c/ExamplePlugin
https://code.launchpad.net/~dcplusplus-team/dcpp-plugin-sdk-c/ExamplePlugin

Your team Dcplusplus-team is subscribed to branch lp:~dcplusplus-team/dcpp-plugin-sdk-c/ExamplePlugin.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcpp-plugin-sdk-c/ExamplePlugin/+edit-subscription
=== removed file 'src/pluginsdk.c'
--- src/pluginsdk.c	2012-11-15 19:04:18 +0000
+++ src/pluginsdk.c	1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-/* This file compiles the plugin SDK. Normally the relevant files would be included directly in the
-project; but it's impractical in the DC++ repository (would need some decent symlink support). */
-
-#include "version.h"
-
-#include <pluginsdk/Config.c>