diff options
Diffstat (limited to 'src/childlock.h')
-rw-r--r-- | src/childlock.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/childlock.h b/src/childlock.h index d586f73..f129b67 100644 --- a/src/childlock.h +++ b/src/childlock.h @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id:$ + * $Id$ * */ @@ -32,8 +32,6 @@ class ChildLock static IChildLockService* _childLockService; public: - static bool IsMenuProtected(const char* MenuName); - static bool IsPluginProtected(cPlugin* Plugin); static bool IsMenuHidden(const char* MenuName); static bool IsPluginHidden(cPlugin* Plugin); |