Bug 1387143 part 6. Remove some unused constants from nsISelectionPrivate and Selection. r=mats

This commit is contained in:
Boris Zbarsky 2018-05-08 13:52:36 -04:00
Родитель c4c94974c4
Коммит dec2ee2180
2 изменённых файлов: 1 добавлений и 9 удалений

Просмотреть файл

@ -30,10 +30,7 @@ native ScrollAxis(nsIPresShell::ScrollAxis);
[uuid(0c9f4f74-ee7e-4fe9-be6b-0ba856368178)]
interface nsISelectionPrivate : nsISupports
{
const short ENDOFPRECEDINGLINE=0;
const short STARTOFNEXTLINE=1;
{
attribute boolean interlinePosition;
[noscript] attribute nsIContent ancestorLimiter;

Просмотреть файл

@ -79,11 +79,6 @@ partial interface Selection {
// Additional chrome-only methods from nsISelectionPrivate
interface nsISelectionListener;
partial interface Selection {
[ChromeOnly]
const short ENDOFPRECEDINGLINE = 0;
[ChromeOnly]
const short STARTOFNEXTLINE = 1;
[ChromeOnly,Throws]
attribute boolean interlinePosition;