display: Clean up ifdef's
This commit is contained in:
parent
64419bf3c9
commit
e763a4dded
1 changed files with 2 additions and 4 deletions
|
@ -41,6 +41,8 @@
|
|||
|
||||
#define TOP_BAR_HEIGHT 10
|
||||
|
||||
#define UI_FILE UIDIR "/display-capplet.ui"
|
||||
|
||||
#define CLOCK_SCHEMA "org.gnome.desktop.interface"
|
||||
#define CLOCK_FORMAT_KEY "clock-format"
|
||||
|
||||
|
@ -2462,10 +2464,6 @@ destroy_app (App *app)
|
|||
GtkWidget*
|
||||
run_application (void)
|
||||
{
|
||||
#ifndef UIDIR
|
||||
#define UIDIR "."
|
||||
#endif
|
||||
#define UI_FILE UIDIR "/display-capplet.ui"
|
||||
GtkBuilder *builder;
|
||||
GtkWidget *align;
|
||||
GError *error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue