mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +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
|
||||
RAISING
|
||||
zcx_abapgit_exception .
|
||||
CLASS-METHODS open_se80
|
||||
IMPORTING
|
||||
!iv_package TYPE devclass
|
||||
RAISING
|
||||
zcx_abapgit_exception .
|
||||
CLASS-METHODS transport_to_branch
|
||||
IMPORTING
|
||||
!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.
|
||||
|
@ -227,19 +222,6 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
|
|||
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.
|
||||
|
||||
DATA: lt_columns TYPE zif_abapgit_definitions=>ty_alv_column_tt,
|
||||
|
@ -596,4 +578,4 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
|
|||
it_transport_objects = lt_transport_objects ).
|
||||
|
||||
ENDMETHOD.
|
||||
ENDCLASS.
|
||||
ENDCLASS.
|
Loading…
Reference in New Issue
Block a user