forked from qt-creator/qt-creator
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user