summaryrefslogtreecommitdiff
path: root/pluma/osx/pluma-osx.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/osx/pluma-osx.h')
-rwxr-xr-xpluma/osx/pluma-osx.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/pluma/osx/pluma-osx.h b/pluma/osx/pluma-osx.h
deleted file mode 100755
index df06865f..00000000
--- a/pluma/osx/pluma-osx.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __PLUMA_OSX_H__
-#define __PLUMA_OSX_H__
-
-#include <gtk/gtk.h>
-#include <pluma/pluma-window.h>
-#include <pluma/pluma-app.h>
-
-void pluma_osx_init (PlumaApp *app);
-
-void pluma_osx_set_window_title (PlumaWindow *window,
- gchar const *title,
- PlumaDocument *document);
-
-gboolean pluma_osx_show_url (const gchar *url);
-gboolean pluma_osx_show_help (const gchar *link_id);
-
-#endif /* __PLUMA_OSX_H__ */