mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Remove unused method (#3554)
* Remove unused method * whitespace Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
32cf59ca1e
commit
e4fd14ee73
|
@ -55,11 +55,6 @@ CLASS zcl_abapgit_services_repo DEFINITION
|
||||||
!iv_key TYPE zif_abapgit_persistence=>ty_repo-key
|
!iv_key TYPE zif_abapgit_persistence=>ty_repo-key
|
||||||
RAISING
|
RAISING
|
||||||
zcx_abapgit_exception .
|
zcx_abapgit_exception .
|
||||||
CLASS-METHODS open_se80
|
|
||||||
IMPORTING
|
|
||||||
!iv_package TYPE devclass
|
|
||||||
RAISING
|
|
||||||
zcx_abapgit_exception .
|
|
||||||
CLASS-METHODS transport_to_branch
|
CLASS-METHODS transport_to_branch
|
||||||
IMPORTING
|
IMPORTING
|
||||||
!iv_repository_key TYPE zif_abapgit_persistence=>ty_value
|
!iv_repository_key TYPE zif_abapgit_persistence=>ty_value
|
||||||
|
@ -87,7 +82,7 @@ ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
|
CLASS zcl_abapgit_services_repo IMPLEMENTATION.
|
||||||
|
|
||||||
|
|
||||||
METHOD gui_deserialize.
|
METHOD gui_deserialize.
|
||||||
|
@ -227,19 +222,6 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
||||||
METHOD open_se80.
|
|
||||||
|
|
||||||
CALL FUNCTION 'RS_TOOL_ACCESS'
|
|
||||||
EXPORTING
|
|
||||||
operation = 'SHOW'
|
|
||||||
in_new_window = abap_true
|
|
||||||
object_name = iv_package
|
|
||||||
object_type = 'DEVC'
|
|
||||||
with_objectlist = abap_true.
|
|
||||||
|
|
||||||
ENDMETHOD.
|
|
||||||
|
|
||||||
|
|
||||||
METHOD popup_overwrite.
|
METHOD popup_overwrite.
|
||||||
|
|
||||||
DATA: lt_columns TYPE zif_abapgit_definitions=>ty_alv_column_tt,
|
DATA: lt_columns TYPE zif_abapgit_definitions=>ty_alv_column_tt,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user