Skip to content

Commit

Permalink
Remove unused exported functions
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Jun 15, 2018
1 parent 3905609 commit 6358e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PS_OPNsense.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ $f = @(########## PLUGINS ##########

########## CORE ##########
# RestApi
'Invoke-OPNsenseCommand', 'Invoke-OPNsenseOpenApiPath',
'Invoke-OPNsenseCommand', #'Invoke-OPNsenseOpenApiPath',
# Firmware
'Get-OPNsense', 'Set-OPNsense',

Expand All @@ -139,7 +139,7 @@ $f = @(########## PLUGINS ##########
#'Get-OPNsenseIdsUserRule',
'New-OPNsenseIdsUserRule',
# Proxy
'New-OPNsenseProxyRemoteBlacklist', 'Get-OPNsenseProxyRemoteBlacklist', 'Remove-OPNsenseProxyRemoteBlacklist',
'New-OPNsenseProxyRemoteBlacklist', #'Get-OPNsenseProxyRemoteBlacklist', 'Remove-OPNsenseProxyRemoteBlacklist',
'Sync-OPNsenseProxyRemoteBlacklist',
# CaptivePortal
'New-OPNsenseCaptivePortalZone', 'Remove-OPNsenseCaptivePortalZone',
Expand Down

0 comments on commit 6358e46

Please sign in to comment.