Skip to content

Commit

Permalink
Python - Remove unused method for adding a submenu in QGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Mar 6, 2024
1 parent 4834ce3 commit c1dcd26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cadastre/cadastre_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ def __init__(self, iface):

self.mapCanvas = iface.mapCanvas()

def cadastre_add_submenu(self, submenu):
self.iface.addPluginToMenu("&Cadastre", submenu.menuAction())

# noinspection PyPep8Naming
def initProcessing(self):
self.provider = CadastreProvider()
Expand Down

0 comments on commit c1dcd26

Please sign in to comment.