[gnote] Remove left-over X11 specific code



commit 0402b3cabfe01fa2a512bba75a697392441c12b9
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Jan 24 14:55:03 2016 +0200

    Remove left-over X11 specific code

 src/utils.hpp |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/utils.hpp b/src/utils.hpp
index 251d6e9..608e75c 100644
--- a/src/utils.hpp
+++ b/src/utils.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2011-2013,2015 Aurimas Cernius
+ * Copyright (C) 2011-2013,2015-2016 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -42,10 +42,6 @@
 #include "sharp/exception.hpp"
 #include "sharp/uri.hpp"
 
-#ifdef HAVE_X11_SUPPORT
-#include "libtomboy/tomboyutil.h"
-#endif
-
 namespace sharp {
   class DateTime;
 }
@@ -252,11 +248,7 @@ namespace gnote {
 
       void present()
         {
-#ifdef HAVE_X11_SUPPORT
-          ::tomboy_window_present_hardcore(GTK_WINDOW(gobj()));
-#else
           Gtk::ApplicationWindow::present();
-#endif
         }
     };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]