Skip to content

Commit 0d1a90a

Browse files
debarshirayraveit65
authored andcommitted
1 parent 8b30706 commit 0d1a90a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/eom-image.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -320,18 +320,6 @@ eom_image_init (EomImage *img)
320320
#endif
321321
}
322322

323-
EomImage *
324-
eom_image_new (const char *txt_uri)
325-
{
326-
EomImage *img;
327-
328-
img = EOM_IMAGE (g_object_new (EOM_TYPE_IMAGE, NULL));
329-
330-
img->priv->file = g_file_new_for_uri (txt_uri);
331-
332-
return img;
333-
}
334-
335323
EomImage *
336324
eom_image_new_file (GFile *file)
337325
{

src/eom-image.h

Lines changed: 0 additions & 2 deletions
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)