1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

unused action code has been removed

This commit is contained in:
Nikolay Pultsin 2010-12-12 17:39:13 +00:00
parent 35ebc3116a
commit 5e216fbcc2

View file

@ -50,7 +50,6 @@ public interface ActionCode {
String COPY_SELECTED_TEXT_TO_CLIPBOARD = "copyToClipboard";
String CLEAR_SELECTION = "clearSelection";
String TRANSLATE = "translate";
String PROCESS_HYPERLINK = "processHyperlink";
}