CodePaster: Remove support for pastebin.ca

It's been returning 503 for months now.

Change-Id: I0280a21e6fd7c34b4c9b9c9b118a9e2f61f4a022
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Christian Kandeler
2018-10-22 15:41:18 +02:00
parent 33cb73d24e
commit a4c457ea04
9 changed files with 0 additions and 311 deletions

View File

@@ -28,7 +28,6 @@
#include "pasteview.h"
#include "kdepasteprotocol.h"
#include "pastebindotcomprotocol.h"
#include "pastebindotcaprotocol.h"
#include "pastecodedotxyzprotocol.h"
#include "fileshareprotocol.h"
#include "pasteselectdialog.h"
@@ -121,7 +120,6 @@ bool CodepasterPlugin::initialize(const QStringList &arguments, QString *errorMe
// Create the protocols and append them to the Settings
Protocol *protos[] = {new PasteBinDotComProtocol,
new PasteBinDotCaProtocol,
new KdePasteProtocol,
new FileShareProtocol,
new PasteCodeDotXyzProtocol,