Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: Source/core/css/MediaQueryExp.h

Issue 476673002: Remove unused flag MediaQueryExp::isInteger (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pp5
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/css/MediaQueryExp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaQueryExp.h
diff --git a/Source/core/css/MediaQueryExp.h b/Source/core/css/MediaQueryExp.h
index 157a9c55db6e8b5df2e5803e478c5985d290c68b..053de3343c973a14760fab5c3a2475f5848e9e84 100644
--- a/Source/core/css/MediaQueryExp.h
+++ b/Source/core/css/MediaQueryExp.h
@@ -49,7 +49,6 @@ struct MediaQueryExpValue {
bool isID;
bool isValue;
bool isRatio;
- bool isInteger;
MediaQueryExpValue()
: id(CSSValueInvalid)
@@ -60,7 +59,6 @@ struct MediaQueryExpValue {
, isID(false)
, isValue(false)
, isRatio(false)
- , isInteger(false)
{
}
« no previous file with comments | « no previous file | Source/core/css/MediaQueryExp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698