diff --git a/BrawlBox/Loaders/Example Loader (RFNT).py b/BrawlBox/Loaders/Example Loader (RFNT).py index 2d258d09..58d19fe9 100644 --- a/BrawlBox/Loaders/Example Loader (RFNT).py +++ b/BrawlBox/Loaders/Example Loader (RFNT).py @@ -27,12 +27,6 @@ def OnInitialize(self): self._name = "NW4R Font" return False -def doSomething_handler(sender, event_args): - bboxapi.ShowMessage("doing something","title") - # Create an instance of our node class and add it to the API loader cache node = RFNTNode() bboxapi.AddLoader(node) - -# Add a button to our right click menu -bboxapi.AddContextMenuItem(ARCWrapper, ToolStripMenuItem("Do Something", None, doSomething_handler))