Commit 8d2612e6 authored by Guillaume Seguin's avatar Guillaume Seguin

Drop MacOpenFile/MacOpenURL

parent f3b94743
......@@ -1600,12 +1600,6 @@ class PronterApp(wx.App):
self.mainwindow = PronterWindow()
self.mainwindow.Show()
def MacOpenFile(self, filename):
self.mainwindow.do_load(filename)
def MacOpenURL(self, url):
self.mainwindow.do_load(url)
if __name__ == '__main__':
app = PronterApp(False)
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment