X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-mapping.h;h=b6024c5cf92580cf8e0ce384990c3547f59251ae;hb=661c24bf2d3898825b081434c74807e6a7c4822b;hp=3092d9885aae51c0188aabccf55e6e356e37f529;hpb=15d1dbc0c26ae7dc20a3dcadb917ae02913636ce;p=evince.git diff --git a/libdocument/ev-mapping.h b/libdocument/ev-mapping.h index 3092d988..b6024c5c 100644 --- a/libdocument/ev-mapping.h +++ b/libdocument/ev-mapping.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION) @@ -29,13 +29,6 @@ G_BEGIN_DECLS -typedef struct _EvMapping EvMapping; - -struct _EvMapping { - EvRectangle area; - gpointer data; -}; - EvMapping *ev_mapping_list_find (GList *mapping_list, gconstpointer data); EvMapping *ev_mapping_list_find_custom (GList *mapping_list,