]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkprivate.h
xsettings: Remove XSettingsList type
[~andy/gtk] / gdk / gdkprivate.h
index 147d2d13ac8ce44b3922229b5dfcf7b7f29b5990..7cf006aa49d2799013471654d99a7d597e86fd5f 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
 
 G_BEGIN_DECLS
 
-#ifndef GDK_COMPILATION
-#define GDK_WINDOW_TYPE(d) (gdk_window_get_window_type (GDK_WINDOW (d)))
-#define GDK_WINDOW_DESTROYED(d) (gdk_window_is_destroyed (GDK_WINDOW (d)))
-#endif
-
 void gdk_window_destroy_notify      (GdkWindow *window);
 
 void gdk_synthesize_window_state (GdkWindow     *window,