mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 10:36:34 +01:00
Remove ancient/unused flowcanvas and libglademm from repository.
Update libraries to latest stable released version (except gnomecanvasmm, which is strangely packaged...). Fixes building (at least here). git-svn-id: svn://localhost/ardour2/trunk@2790 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0e31c56591
commit
35fc31a1de
1550 changed files with 362440 additions and 73136 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// -*- c++ -*-
|
||||
#ifndef _GLIBMM_UTILITY_H
|
||||
#define _GLIBMM_UTILITY_H
|
||||
/* $Id: utility.h,v 1.2 2003/01/21 12:43:26 murrayc Exp $ */
|
||||
/* $Id: utility.h 386 2007-03-23 17:31:16Z murrayc $ */
|
||||
|
||||
/* Copyright 2002 The gtkmm Development Team
|
||||
*
|
||||
|
|
@ -21,14 +21,12 @@
|
|||
*/
|
||||
|
||||
#include <glib/gmacros.h>
|
||||
#include <glib/gmem.h>
|
||||
#include <glibmm/ustring.h>
|
||||
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_THIS
|
||||
|
||||
extern "C" void g_free(void*);
|
||||
|
||||
|
||||
/* Occasionally, a struct variable has to be initialized after its definition,
|
||||
* i.e. when using structs as class member data. For convenience, the macro
|
||||
* GLIBMM_INITIALIZE_STRUCT(Var, Type) is provided. It even avoids creating
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue