summaryrefslogtreecommitdiff
path: root/src/caja-notes-viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-notes-viewer.c')
-rw-r--r--src/caja-notes-viewer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/caja-notes-viewer.c b/src/caja-notes-viewer.c
index 65916f9e..10f03e0b 100644
--- a/src/caja-notes-viewer.c
+++ b/src/caja-notes-viewer.c
@@ -73,7 +73,6 @@ typedef struct
GObjectClass parent;
} CajaNotesViewerProviderClass;
-
G_DEFINE_TYPE_WITH_CODE (CajaNotesViewer, caja_notes_viewer, GTK_TYPE_SCROLLED_WINDOW,
G_IMPLEMENT_INTERFACE (CAJA_TYPE_SIDEBAR,
caja_notes_viewer_sidebar_iface_init));
@@ -86,7 +85,6 @@ G_DEFINE_TYPE_WITH_CODE (CajaNotesViewerProvider, caja_notes_viewer_provider, G_
G_IMPLEMENT_INTERFACE (CAJA_TYPE_SIDEBAR_PROVIDER,
sidebar_provider_iface_init));
-
struct _CajaNotesViewerDetails
{
GtkWidget *note_text_field;
@@ -383,7 +381,6 @@ caja_notes_viewer_finalize (GObject *object)
G_OBJECT_CLASS (caja_notes_viewer_parent_class)->finalize (object);
}
-
static void
caja_notes_viewer_class_init (CajaNotesViewerClass *class)
{
@@ -484,7 +481,6 @@ get_property_pages (CajaPropertyPageProvider *provider,
char *uri;
CajaNotesViewer *viewer;
-
/* Only show the property page if 1 file is selected */
if (!files || files->next != NULL)
{