summaryrefslogtreecommitdiffstats
path: root/widget/windows/nsDataObj.h
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-04-22 10:13:13 +0200
committerGitHub <noreply@github.com>2018-04-22 10:13:13 +0200
commitc74754d23864569956853c1f77a37275842b0fd0 (patch)
treec858bde1c123fd2c73935d8cb811a6be364daf81 /widget/windows/nsDataObj.h
parentcbe93351ee1d924090fc689f85c657c3e1aac41d (diff)
parent306690e137c2bb031020ba3c2c1515ba731a23a5 (diff)
downloadUXP-c74754d23864569956853c1f77a37275842b0fd0.tar
UXP-c74754d23864569956853c1f77a37275842b0fd0.tar.gz
UXP-c74754d23864569956853c1f77a37275842b0fd0.tar.lz
UXP-c74754d23864569956853c1f77a37275842b0fd0.tar.xz
UXP-c74754d23864569956853c1f77a37275842b0fd0.zip
Merge pull request #225 from janekptacijarabaci/data-transfer_1
moebius#56: DataTransfer - Pasting image from clipboard fails in some cases
Diffstat (limited to 'widget/windows/nsDataObj.h')
-rw-r--r--widget/windows/nsDataObj.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/widget/windows/nsDataObj.h b/widget/windows/nsDataObj.h
index 2d7fb75ee..61f209e85 100644
--- a/widget/windows/nsDataObj.h
+++ b/widget/windows/nsDataObj.h
@@ -289,7 +289,6 @@ protected:
bool LookupArbitraryFormat(FORMATETC *aFormat, LPDATAENTRY *aDataEntry, BOOL aAddorUpdate);
bool CopyMediumData(STGMEDIUM *aMediumDst, STGMEDIUM *aMediumSrc, LPFORMATETC aFormat, BOOL aSetData);
- static void RemoveTempFile(nsITimer* aTimer, void* aClosure);
};