diff options
author | rbuj <[email protected]> | 2021-10-27 17:34:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 16:50:14 +0100 |
commit | 0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch) | |
tree | 9c68212e8ba254df3dc80cd091b8fd3198a9b643 /eel/eel-editable-label.h | |
parent | bdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff) | |
download | caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2 caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz |
Use a blank line at most
Diffstat (limited to 'eel/eel-editable-label.h')
-rw-r--r-- | eel/eel-editable-label.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eel/eel-editable-label.h b/eel/eel-editable-label.h index 9350b060..ab5f7d1c 100644 --- a/eel/eel-editable-label.h +++ b/eel/eel-editable-label.h @@ -26,7 +26,6 @@ #ifndef __EEL_EDITABLE_LABEL_H__ #define __EEL_EDITABLE_LABEL_H__ - #include <gdk/gdk.h> #include <gtk/gtk.h> @@ -86,7 +85,6 @@ extern "C" { { GtkWidgetClass parent_class; - void (* move_cursor) (EelEditableLabel *label, GtkMovementStep step, gint count, @@ -139,5 +137,4 @@ extern "C" { } #endif /* __cplusplus */ - #endif /* __EEL_EDITABLE_LABEL_H__ */ |