After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 700712 - this._triedThumbnailing is unused
this._triedThumbnailing is unused
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
3.7.x
Other All
: Normal minor
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-05-20 13:13 UTC by Debarshi Ray
Modified: 2013-05-20 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
documents: Remove unused code (1.47 KB, patch)
2013-05-20 13:17 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2013-05-20 13:13:04 UTC
this._triedThumbnailing in src/documents.js , which might have been useful once, appears to be useless now. It is only accessed to toggle its own state, which doesn't seem to affect the flow of the code.
Comment 1 Debarshi Ray 2013-05-20 13:17:32 UTC
Created attachment 244770 [details] [review]
documents: Remove unused code
Comment 2 Cosimo Cecchi 2013-05-20 15:12:36 UTC
Review of attachment 244770 [details] [review]:

Thanks, looks good to me.