diff options
Diffstat (limited to 'src/sidebar/Sidebar.c')
-rw-r--r-- | src/sidebar/Sidebar.c | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/sidebar/Sidebar.c b/src/sidebar/Sidebar.c deleted file mode 100644 index fcafa8d..0000000 --- a/src/sidebar/Sidebar.c +++ /dev/null @@ -1,33 +0,0 @@ -/* Sidebar.c generated by valac 0.40.4, the Vala compiler - * generated from Sidebar.vala, do not modify */ - -/* Copyright 2016 Software Freedom Conservancy Inc. - * - * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. - */ - - -#include <glib.h> -#include <glib-object.h> - - - - -void sidebar_init (GError** error); -void sidebar_terminate (void); - - -void -sidebar_init (GError** error) -{ -} - - -void -sidebar_terminate (void) -{ -} - - - |