diff options
Diffstat (limited to 'packages/maemo/libosso-help/help-header-pp.patch')
-rw-r--r-- | packages/maemo/libosso-help/help-header-pp.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/maemo/libosso-help/help-header-pp.patch b/packages/maemo/libosso-help/help-header-pp.patch deleted file mode 100644 index d0769911d2..0000000000 --- a/packages/maemo/libosso-help/help-header-pp.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- helplib/osso-helplib.h.old 2005-06-09 17:47:50.000000000 +0200 -+++ helplib/osso-helplib.h 2005-06-09 17:48:03.000000000 +0200 -@@ -76,7 +76,7 @@ - const gchar *help_id, - guint flags ); - --// Helper macros (deprecated) -+/* Helper macros (deprecated) */ - #define ossohelp_dialog( osso, help_id ) \ - ossohelp_show( (osso), (help_id), OSSO_HELP_SHOW_DIALOG ) - #define ossohelp_exists( help_id ) \ -@@ -86,5 +86,5 @@ - } - #endif - --#endif // OSSO_HELPLIB_H -+#endif /* OSSO_HELPLIB_H */ - |