aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/cal-search-bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/cal-search-bar.c')
-rw-r--r--calendar/gui/cal-search-bar.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/cal-search-bar.c b/calendar/gui/cal-search-bar.c
index c509561a17..c770c833f7 100644
--- a/calendar/gui/cal-search-bar.c
+++ b/calendar/gui/cal-search-bar.c
@@ -57,7 +57,6 @@ static ESearchBarItem calendar_search_items[] = {
{NULL, -1, 0}
};
-
/* IDs and option items for the ESearchBar */
enum {
SEARCH_SUMMARY_CONTAINS,
@@ -134,7 +133,6 @@ enum {
static guint cal_search_bar_signals[LAST_SIGNAL] = { 0 };
-
G_DEFINE_TYPE (CalSearchBar, cal_search_bar, E_FILTER_BAR_TYPE)
/* Class initialization function for the calendar search bar */
@@ -280,7 +278,6 @@ get_current_category (CalSearchBar *cal_search)
return NULL;
}
-
/* Returns a sexp for the selected category in the drop-down menu. The "All"
* option is returned as (const gchar *) 1, and the "Unfiled" option is returned
* as NULL.
@@ -605,7 +602,6 @@ setup_category_options (CalSearchBar *cal_search, CALSearchBarItem *subitems, gi
subitems[index].image = NULL;
}
-
/* Creates the suboptions menu for the ESearchBar with the list of categories */
static void
make_suboptions (CalSearchBar *cal_search)