mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Deprecate unused code
This commit is contained in:
@@ -80,8 +80,14 @@ public interface EditorEx extends Editor {
|
||||
|
||||
void setColumnMode(boolean val);
|
||||
|
||||
/**
|
||||
* @deprecated To be removed in IDEA 16.
|
||||
*/
|
||||
void setLastColumnNumber(int val);
|
||||
|
||||
/**
|
||||
* @deprecated To be removed in IDEA 16.
|
||||
*/
|
||||
int getLastColumnNumber();
|
||||
|
||||
int VERTICAL_SCROLLBAR_LEFT = 0;
|
||||
|
||||
Reference in New Issue
Block a user