Skip to content

Commit e3cb374

Browse files
debarshirayraveit65
authored and
raveit65
committed
1 parent f4d798a commit e3cb374

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/eom-image.c

-12
Original file line numberDiff line numberDiff line change
@@ -314,18 +314,6 @@ eom_image_init (EomImage *img)
314314
#endif
315315
}
316316

317-
EomImage *
318-
eom_image_new (const char *txt_uri)
319-
{
320-
EomImage *img;
321-
322-
img = EOM_IMAGE (g_object_new (EOM_TYPE_IMAGE, NULL));
323-
324-
img->priv->file = g_file_new_for_uri (txt_uri);
325-
326-
return img;
327-
}
328-
329317
EomImage *
330318
eom_image_new_file (GFile *file)
331319
{

src/eom-image.h

-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ GType eom_image_get_type (void) G_GNUC_CONST;
121121

122122
GQuark eom_image_error_quark (void);
123123

124-
EomImage *eom_image_new (const char *txt_uri);
125-
126124
EomImage *eom_image_new_file (GFile *file);
127125

128126
gboolean eom_image_load (EomImage *img,

0 commit comments

Comments
 (0)