[gedit] Remove comments without value
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Remove comments without value
- Date: Sat, 6 Sep 2014 09:09:57 +0000 (UTC)
commit 5199aa682e87248475066152dff84318cab89e20
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Sat Sep 6 11:09:49 2014 +0200
Remove comments without value
gedit/gedit-file-chooser-dialog.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gedit/gedit-file-chooser-dialog.h b/gedit/gedit-file-chooser-dialog.h
index 4ea3a93..1ad722f 100644
--- a/gedit/gedit-file-chooser-dialog.h
+++ b/gedit/gedit-file-chooser-dialog.h
@@ -26,9 +26,6 @@
G_BEGIN_DECLS
-/*
- * Type checking and casting macros
- */
#define GEDIT_TYPE_FILE_CHOOSER_DIALOG (gedit_file_chooser_dialog_get_type ())
#define GEDIT_FILE_CHOOSER_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),
GEDIT_TYPE_FILE_CHOOSER_DIALOG, GeditFileChooserDialog))
#define GEDIT_FILE_CHOOSER_DIALOG_IFACE(obj) (G_TYPE_CHECK_CLASS_CAST ((obj),
GEDIT_TYPE_FILE_CHOOSER_DIALOG, GeditFileChooserDialogInterface))
@@ -97,9 +94,6 @@ typedef enum
GEDIT_FILE_CHOOSER_ENABLE_DEFAULT_FILTERS = 1 << 4
} GeditFileChooserFlags;
-/*
- * Public methods
- */
GType gedit_file_chooser_dialog_get_type (void) G_GNUC_CONST;
GeditFileChooserDialog *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]