Removing //#define NEW_CLIPBOARD_SUPPORT
git-svn-id: svn://10.0.0.236/trunk@27852 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8d681c77b4
commit
f9749ea7b7
@ -68,10 +68,6 @@
|
||||
|
||||
#include "nsIDataFlavor.h"
|
||||
|
||||
// XXX This is just a temporary thing until
|
||||
//the new Clipboard support comes on line
|
||||
//#define NEW_CLIPBOARD_SUPPORT
|
||||
|
||||
#ifdef NEW_CLIPBOARD_SUPPORT
|
||||
// Drag & Drop, Clipboard
|
||||
#include "nsWidgetsCID.h"
|
||||
|
||||
@ -68,10 +68,6 @@
|
||||
|
||||
#include "nsIDataFlavor.h"
|
||||
|
||||
// XXX This is just a temporary thing until
|
||||
//the new Clipboard support comes on line
|
||||
//#define NEW_CLIPBOARD_SUPPORT
|
||||
|
||||
#ifdef NEW_CLIPBOARD_SUPPORT
|
||||
// Drag & Drop, Clipboard
|
||||
#include "nsWidgetsCID.h"
|
||||
|
||||
@ -212,8 +212,6 @@ static NS_DEFINE_IID(kObserverCID, NS_OBSERVER_CID);
|
||||
static NS_DEFINE_IID(kProfileCID, NS_PROFILE_CID);
|
||||
#endif
|
||||
|
||||
//#define NEW_CLIPBOARD_SUPPORT
|
||||
|
||||
#ifdef NEW_CLIPBOARD_SUPPORT
|
||||
static NS_DEFINE_IID(kClipboardCID, NS_CLIPBOARD_CID);
|
||||
static NS_DEFINE_IID(kTransferableCID, NS_TRANSFERABLE_CID);
|
||||
|
||||
@ -1349,9 +1349,6 @@ nsBrowserAppCore::PrintPreview()
|
||||
NS_IMETHODIMP
|
||||
nsBrowserAppCore::Copy()
|
||||
{
|
||||
|
||||
//#define NEW_CLIPBOARD_SUPPORT
|
||||
|
||||
#ifdef NEW_CLIPBOARD_SUPPORT
|
||||
nsIPresShell * presShell = GetPresShellFor(mContentAreaWebShell);
|
||||
if (nsnull != presShell) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user